Discuss this help topic in SecureBlackbox Forum
Specifies a passphrase that will be used to encrypt/decrypt data during processing.
Declaration
[VB.NET]
Property Passphrase As String
[Pascal]
property Header : string;
[C++]
void get_Passphrase(std::string &OutResult);
void set_Passphrase(const std::string &Value);
[PHP]
string get_Passphrase()
void set_Passphrase(string $Value)
[Java]
String getPassphrase();
void setPassphrase(String Value);
Description
Use this property to specify a passphrase that will be used to encrypt/decrypt data during processing.
Set this property before calling
PEMEncode or
PEMDecode methods.
Discuss this help topic in SecureBlackbox Forum