Discuss this help topic in SecureBlackbox Forum

TElXMLSigner.SignatureMethod

TElXMLSigner     See also     


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


Specifies the signature method (algorithm)

Declaration

[C#]
    TElXMLSignatureMethod SignatureMethod;

[VB.NET]
    Property SignatureMethod As TElXMLSignatureMethod

[Pascal]
    property SignatureMethod : TElXMLSignatureMethod;

[C++]
    TElXMLSignatureMethod get_SignatureMethod();
    void set_SignatureMethod(TElXMLSignatureMethod Value);

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

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

Values:

Description

     This property specifies the method (set of algorithms) for calculating the signature. See XML-Signature Syntax and Processing specification for details. Signature is used when SignatureMethodType property is set to xmtSig.

See also:     SignatureMethodType     SignatureType    

Discuss this help topic in SecureBlackbox Forum