Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeConsumingServiceElement.IsDefault

TElSAMLAttributeConsumingServiceElement     See also     


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


Specifies whether this service is the default one for the SP.

Declaration

[C#]
    bool IsDefault;

[VB.NET]
    Property IsDefault As Boolean

[Pascal]
    property IsDefault : boolean;

[C++]
    bool get_IsDefault();
    void set_IsDefault(bool Value);

[PHP]
    bool get_IsDefault()
    void set_IsDefault(bool $Value)

[Java]
    boolean getIsDefault();
    void setIsDefault(boolean Value);

Description

This property should be set to true only for the element which describes the default SP service. The default value is false.

See also:     UseIsDefault    

Discuss this help topic in SecureBlackbox Forum