Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.PassphraseValid

TElPGPCustomSecretKey     See also     


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


Checks if Passphrase property contains password that suites the secret key.

Declaration

[C#]
    bool PassphraseValid();

[VB.NET]
    Function PassphraseValid() As Boolean

[Pascal]
    function PassphraseValid : boolean;

[C++]
    bool PassphraseValid();

[PHP]
    bool PassphraseValid()

[Java]
    boolean passphraseValid();

Return value

     True if password is correct,
     False otherwise

Description

    Use this method to check if Passphrase property contains password that suites the secret key.

See also:     Passphrase    

Discuss this help topic in SecureBlackbox Forum