Discuss this help topic in SecureBlackbox Forum

TElSAMLRequestAbstractType.Signed

TElSAMLRequestAbstractType     See also     


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


Indicates whether this request is signed or not.

Declaration

[C#]
    bool Signed;

[VB.NET]
    Property Signed As Boolean

[Pascal]
    property Signed : boolean;

[C++]
    bool get_Signed();
    void set_Signed(bool Value);

[PHP]
    bool get_Signed()
    void set_Signed(bool $Value)

[Java]
    boolean getSigned();
    void setSigned(boolean Value);

Description

Use this property to check whether this request is signed or not.

See also:     Signature    

Discuss this help topic in SecureBlackbox Forum