Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.GetHashSHA1

TElX509Certificate     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the SHA1 fingerprint of the certificate

Declaration

[C#]
    TMessageDigest160 GetHashSHA1();

[VB.NET]
    Function GetHashSHA1() As TMessageDigest160

[Pascal]
    function GetHashSHA1 : TMessageDigest160;

[C++]
    void GetHashSHA1(TMessageDigest160 &OutResult);

[PHP]
    TMessageDigest160 GetHashSHA1()

[Java]
    TMessageDigest160 getHashSHA1();

Return value

    SHA1 fingerprint of the certificate

Description

    Call this method to obtain a SHA1 hash of the certificate. The hash is the fingerprint of the certificate which may be used to perform a fast search for a required certificate.

See also:     GetCertificateHash     GetHashMD5     GetHashSHA256     GetZIPCertIdentifier    

Discuss this help topic in SecureBlackbox Forum