AspNetWebSocketContext::ClientCertificate Property
.NET Framework (current version)
Gets the certificate that a remote client issues in response to the server's request for the client's identity.
Assembly: System.Web (in System.Web.dll)
public: property HttpClientCertificate^ ClientCertificate { virtual HttpClientCertificate^ get(); }
Property Value
Type: System.Web::HttpClientCertificate^A string that represents the binary stream of the certificate's content in ASN.1 format.
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
.NET Framework
Available since 4.5
Available since 4.5
Show: