Bagikan melalui


WSFederationElement.PassiveRedirectEnabled Properti

Definisi

Mendapatkan atau mengatur passiveRedirectEnabled atribut .

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

Nilai Properti

true untuk mengaktifkan Modul Autentikasi WS-Federation (WSFAM) untuk mengalihkan permintaan yang tidak sah secara otomatis ke STS; jika tidak, false. Defaultnya adalah true, permintaan yang tidak sah secara otomatis dialihkan. Pilihan.

Atribut

Berlaku untuk

Lihat juga