Discuss this help topic in SecureBlackbox Forum

TElRSAKeyMaterial.Passphrase

TElRSAKeyMaterial     See also     


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


This property specifies a password for the key.

Declaration

[C#]
    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)

[Java]
    String getPassphrase();
    void setPassphrase(String Value);

Description

    Use this property to get/set the password for the key.

See also:     HashAlgorithm     KeyFormat     PEMEncode     StrLabel     SaltSize    

Discuss this help topic in SecureBlackbox Forum