Discuss this help topic in SecureBlackbox Forum

TElECIESCrypto.EncryptionAlgorithm

TElECIESCrypto     See also     


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


Specifies encryption algorithm to be used.

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();

Possible values:

Description

    Use this property to specify the encryption algorithm.

See also:     MACAlgorithm     HashAlgorithm    

Discuss this help topic in SecureBlackbox Forum