Discuss this help topic in SecureBlackbox Forum
Specifies the ID of the Cryptoki object this certificate belongs to.
Declaration
[C#]
byte[] PKCS11ObjectID;
[VB.NET]
Property PKCS11ObjectID As Byte()
[Pascal]
property PKCS11ObjectID : ByteArray;
[C++]
void get_PKCS11ObjectID(std::vector<uint8_t> &OutResult);
void set_PKCS11ObjectID(const std::vector<uint8_t> &Value);
[PHP]
string get_PKCS11ObjectID()
void set_PKCS11ObjectID(array of byte|string|NULL $Value)
Parameters
- V - new value to be assigned to this property.
Description
This property specifies the ID of the PKCS11 object where this certificate is stored.
Discuss this help topic in SecureBlackbox Forum