This documentation is archived and is not being maintained.
HttpClientCertificate.PublicKey Property
.NET Framework 1.1
Gets the public key binary value from the certificate.
[Visual Basic] Public ReadOnly Property PublicKey As Byte () [C#] public byte[] PublicKey {get;} [C++] public: __property unsigned char get_PublicKey(); [JScript] public function get PublicKey() : Byte[];
Property Value
A byte array that contains the public key value.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace
Show: