HttpListenerRequest::BeginGetClientCertificate Method
.NET Framework 4
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.