Discuss this help topic in SecureBlackbox Forum

TElSAMLRedirectBinding.ForceSign

TElSAMLRedirectBinding     See also     


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


Specifies whether all messages must be signed.

Declaration

[C#]
    bool ForceSign;

[VB.NET]
    Property ForceSign As Boolean

[Pascal]
    property ForceSign : boolean;

[C++]
    bool get_ForceSign();
    void set_ForceSign(bool Value);

[PHP]
    bool get_ForceSign()
    void set_ForceSign(bool $Value)

[Java]
    boolean getForceSign();
    void setForceSign(boolean Value);

Description

Set this property to true to force the component to attach signatures to all messages. The default value if false.

See also:     VerifySignatures    

Discuss this help topic in SecureBlackbox Forum