This documentation is archived and is not being maintained.

HttpClientCertificate.Certificate Property

Gets a string containing the binary stream of the entire certificate content, in ASN.1 format.

[Visual Basic]
Public ReadOnly Property Certificate As Byte ()
[C#]
public byte[] Certificate {get;}
[C++]
public: __property unsigned char get_Certificate();
[JScript]
public function get Certificate() : Byte[];

Property Value

The client certificate.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also

HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace

Show: