This documentation is archived and is not being maintained.
HttpClientCertificate.CertEncoding Property
.NET Framework 1.1
Gets the encoding of the certificate.
[Visual Basic] Public ReadOnly Property CertEncoding As Integer [C#] public int CertEncoding {get;} [C++] public: __property int get_CertEncoding(); [JScript] public function get CertEncoding() : int;
Property Value
One of the CERT_CONTEXT.dwCertEncodingType values.
Remarks
For more information on the CERT_CONTEXT structure, see http://msdn.microsoft.com and search for CERT_CONTEXT.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace
Show: