C-DEngine 5.105

HttpListenerRequest..::..GetClientCertificate Method

Gets the client's X.509 v.3 certificate.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public X509Certificate2 GetClientCertificate()
Public Function GetClientCertificate As X509Certificate2
public:
X509Certificate2^ GetClientCertificate()

Return Value

A [X509Certificate2] that contains the client's X.509 v.3 certificate.

Exceptions


ExceptionCondition
NotImplementedException This method isn't implemented.