Discuss this help topic in SecureBlackbox Forum

TElPGPEncryptingStream.PassphraseAlgorithm

TElPGPEncryptingStream     See also     


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


Algorithm that is used for session key encryption if password encryption is used.

Declaration

[C#]
    int PassphraseAlgorithm;

[VB.NET]
    Property PassphraseAlgorithm As Integer

[Pascal]
    property PassphraseAlgorithm: integer;

[C++]
    int32_t get_PassphraseAlgorithm();
    void set_PassphraseAlgorithm(int32_t Value);

[PHP]
    integer get_PassphraseAlgorithm()
    void set_PassphraseAlgorithm(integer $Value)

[Java]
    int getPassphraseAlgorithm();
    void setPassphraseAlgorithm(int Value);

Description

    Use this property to specify encryption algorithm to be used with password-based encryption.

See also:     Passphrases    

Discuss this help topic in SecureBlackbox Forum