Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject.ID

TElPKCS11ManagerObject     See also     


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


Specifies ID of the Cryptoki object.

Declaration

[C#]
    byte[] ID;

[VB.NET]
    Property ID As Byte()

[Pascal]
    property ID: ByteArray;

[C++]
    void get_ID(std::vector<uint8_t> &OutResult);

[PHP]
    string get_ID()

[Java]
    byte[] getID();

Description

    Use this read-only property to get ID of the Cryptoki object.

See also:     Handle    

Discuss this help topic in SecureBlackbox Forum