Discuss this help topic in SecureBlackbox Forum
Specifies a PIN to authorize a particular private key operation.
Declaration
[C#/Java]
string OperationPIN;
[VB.NET]
Property OperationPIN As String
[Pascal]
property OperationPIN : string;
[C++]
void get_OperationPIN(std::string &OutResult);
void set_OperationPIN(const std::string &Value);
[PHP]
string get_OperationPIN()
void set_OperationPIN(string $Value)
Description
This property allows to specify a PIN to authorize a particular private key operation (for CKA_ALWAYS_AUTHENTICATE keys).
Discuss this help topic in SecureBlackbox Forum