NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

X509Certificate.GetCertHash

Returns the hash for the certificate as an array of bytes.

[Visual Basic]
Overridable Public Function GetCertHash() As Byte ()
[C#]
public virtual byte[] GetCertHash();
[C++]
public: virtual unsigned char* GetCertHash() [];
[JScript]
public function GetCertHash() : Byte[];

Return Value

Returns a hash value for this certificate.

See Also

X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace