Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.MACMethod

TElXMLSigner     See also     


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


Specifies the MAC method

Declaration

[C#]
    TElXMLMACMethod MACMethod;

[VB.NET]
    Property MACMethod As TElXMLMACMethod

[Pascal]
    property MACMethod : TElXMLMACMethod;

[C++]
    TElXMLMACMethod get_MACMethod();
    void set_MACMethod(TElXMLMACMethod Value);

[PHP]
    integer get_MACMethod()
    void set_MACMethod(integer $Value)

[Java]
    short getMACMethod();
    void setMACMethod(short Value);

Values:

Description

     This property specifies the method for calculating the MAC (Message Authentication Code). See XML-Signature Syntax and Processing specification for details. MAC is used when SignatureMethodType property is set to xmtMAC.

See also:     SignatureMethodType    

Discuss this help topic in SecureBlackbox Forum