HttpListenerRequest..::..BeginGetClientCertificate Method
Begins getting the client's X.509 v.3 certificate asynchronously.
Namespace:
WebSocketSharp.NetAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public IAsyncResult BeginGetClientCertificate( AsyncCallback requestCallback, Object state )
Public Function BeginGetClientCertificate ( _ requestCallback As AsyncCallback, _ state As Object _ ) As IAsyncResult
public: IAsyncResult^ BeginGetClientCertificate( AsyncCallback^ requestCallback, Object^ state )
Parameters
- requestCallback
- Type: AsyncCallback
An AsyncCallback delegate that references the method(s) called when the asynchronous operation completes.