This property specifies the subject key identifier octet string.
[C#/Java]
byte[] KeyIdentifier;
[VB.NET]
Property KeyIdentifier As Byte()
[Pascal]
property KeyIdentifier : string;
[C++]
void get_KeyIdentifier(std::string &
OutResult);
void set_KeyIdentifier(const std::string & Value);
Description
Leave this property empty when generating a new certificate
if you want SecureBlackbox™ to generate Key Identifier for you.
SecureBlackbox™ uses SHA-1 hash output as a Key Identifier.