Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.GetKeyHashSHA1

TElX509Certificate     See also     


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


Returns the SHA1 fingerprint of the key

Declaration

[C#]
    TMessageDigest160 GetKeyHashSHA1();

[VB.NET]
    Function GetKeyHashSHA1() As TMessageDigest160

[Pascal]
    function GetKeyHashSHA1 : TMessageDigest160;

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

[PHP]
    TMessageDigest160 GetKeyHashSHA1()

[Java]
    TMessageDigest160 getKeyHashSHA1();

Return value

    SHA1 fingerprint of the key

Description

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

See also:     GetKeyHashSHA256    

Discuss this help topic in SecureBlackbox Forum