Discuss this help topic in SecureBlackbox Forum
Contains password for the key.
Declaration
[C#/Java]
string Passphrase;
[VB.NET]
Property Passphrase As String
[Pascal]
property Passphrase : string;
[C++]
void get_Passphrase(std::string &OutResult);
void set_Passphrase(const std::string &Value);
[PHP]
string get_Passphrase()
void set_Passphrase(string $Value)
Description
Use this property to access password for the key.
The value of this property must be set before calling
Sign method.
Discuss this help topic in SecureBlackbox Forum