Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.GetKeyHashSHA256

TElX509Certificate     See also     


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


Returns the SHA256 fingerprint of the key

Declaration

[C#]
    TMessageDigest256 GetKeyHashSHA256();

[VB.NET]
    Function GetKeyHashSHA256() As TMessageDigest256

[Pascal]
    function GetKeyHashSHA256: TMessageDigest256;

[C++]
    void GetKeyHashSHA256(TMessageDigest256 &OutResult);

[PHP]
    TMessageDigest256 GetKeyHashSHA256()

[Java]
    TMessageDigest256 getKeyHashSHA256();

Return value

    SHA256 fingerprint of the key.

Description

    Call this method to obtain a SHA256 hash of the key.

See also:     GetKeyHashSHA1    

Discuss this help topic in SecureBlackbox Forum