Discuss this help topic in SecureBlackbox Forum
Specifies password for the secret key which the file is encrypted with
Declaration
[C#]
string KeyPassphrase;
[VB.NET]
Property KeyPassphrase As String
[Pascal]
property KeyPassphrase : string;
[C++]
void get_KeyPassphrase(std::string &OutResult);
void set_KeyPassphrase(const std::string &Value);
[PHP]
string get_KeyPassphrase()
void set_KeyPassphrase(string $Value)
[Java]
TSBString getKeyPassphrase();
void setKeyPassphrase(TSBString Value);
Description
This property specifies password that will be used when trying to decrypt the secret key used for file encryption.
If KeyPassphrase is set to empty string, the
OnKeyPassphrase event will be fired.
Otherwise this event will not be fired.
Discuss this help topic in SecureBlackbox Forum