Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.UseForceAuthn

TElSAMLAuthnRequestElement     See also     


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


Specifies whether to include ForceAuthn attribute to the message.

Declaration

[C#]
    bool UseForceAuthn;

[VB.NET]
    Property UseForceAuthn As Boolean

[Pascal]
    property UseForceAuthn : boolean;

[C++]
    bool get_UseForceAuthn();
    void set_UseForceAuthn(bool Value);

[PHP]
    bool get_UseForceAuthn()
    void set_UseForceAuthn(bool $Value)

[Java]
    boolean getUseForceAuthn();
    void setUseForceAuthn(boolean Value);

Description

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

See also:     ForceAuthn    

Discuss this help topic in SecureBlackbox Forum