Discuss this help topic in SecureBlackbox Forum

TElXMLSignedInfo.SignatureMethod

TElXMLSignedInfo     See also     


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


Specifies the the way of data signing.

Declaration

[C#]
    TElXMLSignatureMethodType SignatureMethod;

[VB.NET]
    Property SignatureMethod As TElXMLSignatureMethodType

[Pascal]
    property SignatureMethod: TElXMLSignatureMethodType;

[C++]
    TElXMLSignatureMethodType* get_SignatureMethod();
    void set_SignatureMethod(TElXMLSignatureMethodType &Value);
    void set_SignatureMethod(TElXMLSignatureMethodType *Value);

[PHP]
    TElXMLSignatureMethodType get_SignatureMethod()
    void set_SignatureMethod(TElXMLSignatureMethodType $Value)

[Java]
    TElXMLSignatureMethodType getSignatureMethod();
    void setSignatureMethod(TElXMLSignatureMethodType Value);

Description

    Use this property to specify the way the data is signed.

See also:     CanonicalizationMethod    

Discuss this help topic in SecureBlackbox Forum