Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.MACMethod

TElXMLVerifier     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();

[PHP]
    integer get_MACMethod()

[Java]
    short getMACMethod();

Values:

Description

     This read-only property contains the method, used 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