EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.GetHashMD5

TElX509Certificate     See also    


 

Returns the MD5 fingerprint of the certificate

 
 

Declaration

[C#]
    TMessageDigest128 GetHashMD5();

[VB.NET]
    Function GetHashMD5() As TMessageDigest128

[Pascal]
    function GetHashMD5 : TMessageDigest128;

[VB6]
    Sub IElCertificateX6.GetHashMD5(Buf As Variant)

[ActiveX]
    HRESULT _stdcall IElCertificateX6.GetHashMD5([out, retval] VARIANT * Buf);

[DLL]
    __stdcall BOOL SBX509GetHashMD5(HANDLE hCert, void* pBuffer);
 
 

Parameters

  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
  • Buf ([DLL]pBuffer) - should contain the data for which fingerprint is needed.
 
 

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:     GetHashSHA1    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation