WSFederationAuthenticationModule.PassiveRedirectEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定此模組是否已啟用來啟始 WS-Federation 通訊協定重新導向。
public:
property bool PassiveRedirectEnabled { bool get(); void set(bool value); };
public bool PassiveRedirectEnabled { get; set; }
member this.PassiveRedirectEnabled : bool with get, set
Public Property PassiveRedirectEnabled As Boolean
屬性值
true
表示啟用重新導向,否則為 false
。
備註
未啟用此模式時,模組將不會起始 WS-Federation 通訊協定重新導向。 如果此屬性為 true
,則必須 Issuer 將 屬性設定為安全性令牌服務的 URL, (STS) 呼叫端應該重新導向至該 URL。
警告
不論 屬性的值PassiveRedirectEnabled為何,應用程式程式代碼都可以使用 SignIn 方法明確發出 WS-Federation 登入要求。