C-DEngine 5.105

HttpListenerRequest..::..EndGetClientCertificate Method

Ends an asynchronous operation to get the client's X.509 v.3 certificate.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public X509Certificate2 EndGetClientCertificate(
	IAsyncResult asyncResult
)
Public Function EndGetClientCertificate ( _
	asyncResult As IAsyncResult _
) As X509Certificate2
public:
X509Certificate2^ EndGetClientCertificate(
	IAsyncResult^ asyncResult
)

Parameters

asyncResult
Type: IAsyncResult
An IAsyncResult obtained by calling the BeginGetClientCertificate(AsyncCallback, Object) method.

Return Value

A [X509Certificate2] that contains the client's X.509 v.3 certificate.

Exceptions


ExceptionCondition
NotImplementedException This method isn't implemented.

Remarks


This method completes an asynchronous operation started by calling the BeginGetClientCertificate(AsyncCallback, Object) method.