Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.AlgID

TElSymmetricCrypto     See also     


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


Specifies the symmetric algorithm.

Declaration

[C#]
    int AlgID;

[VB.NET]
    Property AlgID As Integer

[Pascal]
    property AlgID : integer;

[C++]
    int32_t get_AlgID();

[PHP]
    integer get_AlgID()

[Java]
    int getAlgID();

Values

Description

Use this property to check the algorithm which was used to encrypt the data.

See also:     Decrypt     Mode    

Discuss this help topic in SecureBlackbox Forum