EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.GetHashSHA1

TElX509Certificate     See also    


 

Returns the SHA1 fingerprint of the certificate

 
 

Declaration

[C#]
    TMessageDigest160 GetHashSHA1();

[VB.NET]
    Function GetHashSHA1() As TMessageDigest160

[Pascal]
    function GetHashSHA1 : TMessageDigest160;

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

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

[DLL]
    __stdcall BOOL SBX509GetHashSHA1(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

    SHA1 fingerprint of the certificate

 
 

Description

    Call this method to obtain a SHA1 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:     GetHashMD5    

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