Discuss this help topic in SecureBlackbox Forum

TElSAMLSignatureHandler.SignatureMethod

TElSAMLSignatureHandler     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);

TElXMLSignatureMethod values

Description

Use this property to specify the signature algorithm. The default value is xsmRSA_SHA1.

See also:     DigestMethod    

Discuss this help topic in SecureBlackbox Forum