IISOptions.ForwardWindowsAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 true 驗證中介軟體會嘗試使用平臺處理常式 Windows 驗證進行驗證,如果未新增 false 驗證中介軟體
public:
property bool ForwardWindowsAuthentication { bool get(); void set(bool value); };
public bool ForwardWindowsAuthentication { get; set; }
member this.ForwardWindowsAuthentication : bool with get, set
Public Property ForwardWindowsAuthentication As Boolean