System.Web Namespace HttpClientCertificate Class
Gets the encoding of the certificate.
[ VB ]
Public ReadOnly Property CertEncoding As Integer
[ C# ]
public int CertEncoding {get;}
[ C++ ]
public: __property int get_CertEncoding ( );
[ JScript ]
public function get CertEncoding ( ) : int;
One of the CERT_CONTEXT.dwCertEncodingType values.
For more information on the CERT_CONTEXT structure, see http://msdn.microsoft.com/library/default.asp?url=/library/en-us/security/hh/crypto/cryptoref_7uno.asp.
HttpClientCertificate Members