Mentalis.org Security Library documentation

Certificate.GetCertHash Method

Returns the hash value for the X.509v3 certificate as an array of bytes.

Overload List

Returns the hash value for the X.509v3 certificate as an array of bytes.

public byte[] GetCertHash();

Returns the hash value for the X.509v3 certificate as an array of bytes.

public byte[] GetCertHash(HashType);

See Also

Certificate Class | Org.Mentalis.Security.Certificates Namespace