Discuss this help topic in SecureBlackbox Forum
The label of the Cryptoki object.
Declaration
[VB.NET]
Property PKCS11Label As String
[Pascal]
property PKCS11Label : string;
[C++]
void get_PKCS11Label(std::string &OutResult);
void set_PKCS11Label(const std::string &Value);
[PHP]
string get_PKCS11Label()
void set_PKCS11Label(string $Value)
[Java]
String getPKCS11Label();
void setPKCS11Label(String Value);
Description
This property specifies the label of the Cryptoki object where this certificate is stored.
Discuss this help topic in SecureBlackbox Forum