Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.GetZIPCertIdentifier

TElX509Certificate     See also     


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


Returns a 20-byte SHA1 hash over full public key info.

Declaration

[C#]
    byte[] GetZIPCertIdentifier();

[VB.NET]
    Function GetZIPCertIdentifier() As Byte()

[Pascal]
    function GetZIPCertIdentifier : ByteArray;

[C++]
    void GetZIPCertIdentifier(std::vector<uint8_t> &OutResult);

[PHP]
    string GetZIPCertIdentifier()

[Java]
    byte[] getZIPCertIdentifier();

Description

    Hash value returned by this function is used as a certificate identifier in ZIP archives.

See also:     GetCertificateHash     GetHashMD5     GetHashSHA1     GetHashSHA256    

Discuss this help topic in SecureBlackbox Forum