Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.ChangePassphrase

TElPGPCustomSecretKey     See also     


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


Changes key password.

Declaration

[C#]
    void ChangePassphrase(string NewPassphrase, TSBPGPProtectionType ProtectionType);

[VB.NET]
    Sub ChangePassphrase(ByVal NewPassphrase As String, ByVal ProtectionType As TSBPGPProtectionType)

[Pascal]
    procedure ChangePassphrase(const NewPassphrase : string; ProtectionType : TSBPGPProtectionType = ptNormal);

[C++]
    void ChangePassphrase(const std::string &NewPassphrase, TSBPGPProtectionType ProtectionType);

[PHP]
    void ChangePassphrase(string $NewPassphrase, integer $ProtectionType)

[Java]
    void changePassphrase(String NewPassphrase, TSBPGPProtectionType ProtectionType);

Parameters

  • NewPassphrase - new password.
  • ProtectionType - type of the protection.

Values

Description

    Use this method to change key password.

See also:     Protection     ChangeProtection    

Discuss this help topic in SecureBlackbox Forum