EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.GetKeyHashSHA1

TElX509Certificate     See also    


 

Returns the SHA1 fingerprint of the key

 
 

Declaration

[C#]
    TMessageDigest160 GetKeyHashSHA1();

[VB.NET]
    Function GetKeyHashSHA1() As TMessageDigest160

[Pascal]
    function GetKeyHashSHA1 : TMessageDigest160;

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

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

[DLL]
    not implemented;
 
 

Parameters

  • Buf - should contain the data for which fingerprint is needed.
 
 

Return value

    SHA1 fingerprint of the key

 
 

Description

    Call this method to obtain a SHA1 hash of the key. 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