Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.MacAlgorithm

TElMessageVerifier     See also     


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


Specifies MAC-algorithm that was used for signature creation.

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

    This property makes sense only when SignatureType property value is mstMAC.

See also:     SignatureType    

Discuss this help topic in SecureBlackbox Forum