Discuss this help topic in SecureBlackbox Forum

TElSAMLEntitiesDescriptorElement.Signed

TElSAMLEntitiesDescriptorElement     See also     


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


Specifies whether this element is signed.

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 element is signed.

See also:     Signature    

Discuss this help topic in SecureBlackbox Forum