Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.IsPassive

TElSAMLAuthnRequestElement     See also     


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


Specifies whether the IdP or the user agent should visibly take control of the user interface.

Declaration

[C#]
    bool IsPassive;

[VB.NET]
    Property IsPassive As Boolean

[Pascal]
    property IsPassive : boolean;

[C++]
    bool get_IsPassive();
    void set_IsPassive(bool Value);

[PHP]
    bool get_IsPassive()
    void set_IsPassive(bool $Value)

[Java]
    boolean getIsPassive();
    void setIsPassive(boolean Value);

Description

When this attribute is present, and is set to true, the identity provider and the user agent must not visibly take control of the user interface. The default value is false.

See also:     UseIsPassive    

Discuss this help topic in SecureBlackbox Forum