Udostępnij za pośrednictwem


WSFederationElement.PassiveRedirectEnabled Właściwość

Definicja

Pobiera lub ustawia passiveRedirectEnabled atrybut.

public:
 property bool PassiveRedirectEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("passiveRedirectEnabled", DefaultValue=true, IsRequired=false)]
public bool PassiveRedirectEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("passiveRedirectEnabled", DefaultValue=true, IsRequired=false)>]
member this.PassiveRedirectEnabled : bool with get, set
Public Property PassiveRedirectEnabled As Boolean

Wartość właściwości

true aby umożliwić modułowi uwierzytelniania WS-Federation (WSFAM) automatyczne przekierowywanie nieautoryzowanych żądań do usługi STS; w przeciwnym razie , false. Wartość domyślna to true, żądania nieautoryzowane są automatycznie przekierowywane. Opcjonalny.

Atrybuty

Dotyczy

Zobacz też