Discuss this help topic in SecureBlackbox Forum

TElMessageSigner.MacAlgorithm

TElMessageSigner     See also     


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


Specifies MAC-algorithm that will be used for signature creation.

Declaration

[C#]
    int MacAlgorithm;

[VB.NET]
    Property MacAlgorithm As Integer

[Pascal]
    property MacAlgorithm : integer;

[C++]
    int32_t get_MacAlgorithm();
    void set_MacAlgorithm(int32_t Value);

[PHP]
    integer get_MacAlgorithm()
    void set_MacAlgorithm(integer $Value)

[Java]
    int getMacAlgorithm();
    void setMacAlgorithm(int Value);

Values:

Description

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

See also:     SignatureType    

Discuss this help topic in SecureBlackbox Forum