Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.GetHashSHA256

TElX509Certificate     See also     


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


Returns the SHA256 fingerprint of the certificate

Declaration

[C#]
    TMessageDigest256 GetHashSHA256();

[VB.NET]
    Function GetHashSHA256() As TMessageDigest256

[Pascal]
    function GetHashSHA256: TMessageDigest256;

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

[PHP]
    TMessageDigest256 GetHashSHA256()

[Java]
    TMessageDigest256 getHashSHA256();

Return value

    Returns a SHA256 fingerprint of the certificate

Description

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

See also:     GetCertificateHash     GetHashMD5     GetHashSHA1     GetZIPCertIdentifier    

Discuss this help topic in SecureBlackbox Forum