Discuss this help topic in SecureBlackbox Forum

TElSubjectKeyIdentifierExtension.KeyIdentifier

TElSubjectKeyIdentifierExtension     


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


This property specifies the subject key identifier octet string.

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)

[Java]
    byte[] getKeyIdentifier();
    void setKeyIdentifier(byte[] V);

Parameters

  • V -

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.

Discuss this help topic in SecureBlackbox Forum