HttpListenerRequest::GetClientCertificate Method ()
.NET Framework (current version)
Retrieves the client's X.509 v.3 certificate.
Assembly: System (in System.dll)
Return Value
Type: System.Security.Cryptography.X509Certificates::X509Certificate2^A System.Security.Cryptography.X509Certificates object that contains the client's X.509 v.3 certificate.
| Exception | Condition |
|---|---|
| InvalidOperationException | A call to this method to retrieve the client's X.509 v.3 certificate is in progress and therefore another call to this method cannot be made. |
This method blocks until the certificate is retrieved.
.NET Framework
Available since 2.0
Available since 2.0
Show: