Skip to main content
.NET Framework Class Library
HttpListenerRequest..::.BeginGetClientCertificate Method

Begins an asynchronous request for the client's X.509 v.3 certificate.

Namespace: System.Net
Assembly: System (in System.dll)
Syntax
Public Function BeginGetClientCertificate ( _
	requestCallback As AsyncCallback, _
	state As Object _
) As IAsyncResult
public IAsyncResult BeginGetClientCertificate(
	AsyncCallback requestCallback,
	Object state
)
public:
IAsyncResult^ BeginGetClientCertificate(
	AsyncCallback^ requestCallback, 
	Object^ state
)
member BeginGetClientCertificate : 
        requestCallback:AsyncCallback * 
        state:Object -> IAsyncResult 

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.

Return Value

Type: System..::.IAsyncResult
An IAsyncResult that indicates the status of the operation.
Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1
Platforms

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.