Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum