Discuss this help topic in SecureBlackbox Forum
This property contains the key identifier of issuer's public key.
Declaration
[C#]
byte[] KeyIdentifier;
[VB.NET]
Property KeyIdentifier As Byte()
[Pascal]
property KeyIdentifier : string;
[C++]
void get_KeyIdentifier(std::vector<uint8_t> &OutResult);
void set_KeyIdentifier(const std::vector<uint8_t> &Value);
[PHP]
string get_KeyIdentifier()
void set_KeyIdentifier(array of byte|string|NULL $Value)
Parameters
Description
This property contains the key identifier
of issuer's certificate. Key identifier is usually a fingerprint (message digest),
calculated from issuer's public key.
Discuss this help topic in SecureBlackbox Forum