Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.UseIsPassive

TElSAMLAuthnRequestElement     See also     


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


Specifies whether to include IsPassive attribute to the message.

Declaration

[C#]
    bool UseIsPassive;

[VB.NET]
    Property UseIsPassive As Boolean

[Pascal]
    property UseIsPassive : boolean;

[C++]
    bool get_UseIsPassive();
    void set_UseIsPassive(bool Value);

[PHP]
    bool get_UseIsPassive()
    void set_UseIsPassive(bool $Value)

[Java]
    boolean getUseIsPassive();
    void setUseIsPassive(boolean Value);

Description

This property specifies whether to include IsPassive attribute to the message. If IsPassive is omitted, its value is assumed to be false. The default value is false.

See also:     IsPassive    

Discuss this help topic in SecureBlackbox Forum