Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.EncryptionAlgorithm

TElPGPCustomSecretKey     See also     


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


Defines symmetric algorithm using which the secret key data is encrypted.

Declaration

[C#]
    int EncryptionAlgorithm;

[VB.NET]
    Property EncryptionAlgorithm As Integer

[Pascal]
    property EncryptionAlgorithm : integer;

[C++]
    int32_t get_EncryptionAlgorithm();

[PHP]
    integer get_EncryptionAlgorithm()

[Java]
    int getEncryptionAlgorithm();

Values

Description

    Use this read-only property to get the symmetric algorithm used for encryption of secret parts of the key.

See also:     Protection     PublicKeyAlgorithm    

Discuss this help topic in SecureBlackbox Forum