System.Web Namespace HttpClientCertificate Class
Gets the public key binary value from the certificate.
[ VB ] Public ReadOnly Property PublicKey As Byte ( ) [ C# ] public byte [ ] PublicKey {get;} [ C++ ] public: __property unsigned char get_PublicKey ( ); [ JScript ] public function get PublicKey ( ) : Byte [ ];
A byte array that contains the public key value.
HttpClientCertificate Members
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note