Discuss this help topic in SecureBlackbox Forum

TElSymmetricCrypto.MACAlgorithm

TElSymmetricCrypto     


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


Specifies the MAC algorithm to be used

Declaration

[C#]
    int MACAlgorithm;

[VB.NET]
    Property MACAlgorithm As Integer

[Pascal]
    property MACAlgorithm : integer;

[C++]
    int32_t get_MACAlgorithm();

[PHP]
    integer get_MACAlgorithm()

[Java]
    int getMACAlgorithm();

Values

Description

    Use this property to specify which MAC algorithm should be used.

Discuss this help topic in SecureBlackbox Forum