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.GetCertHashString

Returns the hash for this certificate as a hex string.

[Visual Basic]
Overridable Public Function GetCertHashString() As String
[C#]
public virtual string GetCertHashString();
[C++]
public: virtual String* GetCertHashString();
[JScript]
public function GetCertHashString() : String;

Return Value

Returns a String representing the hash for this certificate as an ASCII hex string.

See Also

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