HttpListenerRequest::BeginGetClientCertificate Method (AsyncCallback^, Object^)
.NET Framework (current version)
Begins an asynchronous request for the client's X.509 v.3 certificate.
Assembly: System (in System.dll)
public:
IAsyncResult^ BeginGetClientCertificate(
AsyncCallback^ requestCallback,
Object^ state
)
Parameters
- requestCallback
-
Type:
System::AsyncCallback^
An AsyncCallback delegate that references the method to invoke when the operation is complete.
- state
-
Type:
System::Object^
A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes.
.NET Framework
Available since 2.0
Available since 2.0
Show: