Discuss this help topic in SecureBlackbox Forum

TElPGPReader.KeyPassphrase

TElPGPReader     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     OnKeyPassphrase     DecryptingKeys     OutputStream     Passphrase     VerifyingKeys    

Discuss this help topic in SecureBlackbox Forum