C-DEngine 5.105

TheRequestData..::..ClientCert Property

An object with certificate information. The specific format is dependent on the type of web server. For example, in Asp.Net the objects are of type System.Web.HttpClientCertificate. In an HttpListener type web server, the certificates are of type System.Security.Cryptography. X509Certificates.X509Certificate2.

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Object ClientCert { get; set; }
Public Property ClientCert As Object
	Get
	Set
public:
property Object^ ClientCert {
	Object^ get ();
	void set (Object^ value);
}