Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.PKCS11ObjectID

TElX509Certificate     See also     


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


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)

[Java]
    byte[] getPKCS11ObjectID();
    void setPKCS11ObjectID(byte[] V);

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.

See also:     PKCS11Label     PKCS11Handle    

Discuss this help topic in SecureBlackbox Forum