SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElSubjectKeyIdentifierExtension.KeyIdentifier

TElSubjectKeyIdentifierExtension    


 

This property specifies the subject key identifier octet string.

   

Declaration

[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.

 
Back to top