HttpListenerRequest::EndGetClientCertificate Method (IAsyncResult^)
.NET Framework (current version)
Ends an asynchronous request for the client's X.509 v.3 certificate.
Assembly: System (in System.dll)
Parameters
- asyncResult
-
Type:
System::IAsyncResult^
The pending request for the certificate.
Return Value
Type: System.Security.Cryptography.X509Certificates::X509Certificate2^The IAsyncResult object that is returned when the operation started.
| Exception | Condition |
|---|---|
| ArgumentNullException | asyncResult is null. |
| ArgumentException | asyncResult was not obtained by calling BeginGetClientCertificatee. |
| InvalidOperationException | This method was already called for the operation identified by asyncResult. |
.NET Framework
Available since 2.0
Available since 2.0
Show: