Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.GetHashMD5

TElX509Certificate     See also     


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


Returns the MD5 fingerprint of the certificate

Declaration

[C#]
    TMessageDigest128 GetHashMD5();

[VB.NET]
    Function GetHashMD5() As TMessageDigest128

[Pascal]
    function GetHashMD5 : TMessageDigest128;

[C++]
    void GetHashMD5(TMessageDigest128 &OutResult);

[PHP]
    TMessageDigest128 GetHashMD5()

[Java]
    TMessageDigest128 getHashMD5();

Return value

    MD5 fingerprint of the certificate

Description

    Call this method to obtain a MD5 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     GetHashSHA1     GetHashSHA256     GetZIPCertIdentifier    

Discuss this help topic in SecureBlackbox Forum