HttpListenerRequestGetClientCertificate Method |
Gets the certificate provided by the client.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public X509Certificate2 GetClientCertificate()
Return Value
Type:
X509Certificate2
A
X509Certificate2 that represents an X.509 certificate
provided by the client.
Exceptions Exception | Condition |
---|
NotSupportedException |
This method is not supported.
|
See Also