IISServerOptions.AutomaticAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果為 true,伺服器應該設定 HttpCoNtext.User。 如果為 false,伺服器只會在 AuthenticationScheme 明確要求時提供身分識別。 注意 Windows 驗證也必須在 IIS 中啟用,才能運作。
public:
property bool AutomaticAuthentication { bool get(); void set(bool value); };
public bool AutomaticAuthentication { get; set; }
member this.AutomaticAuthentication : bool with get, set
Public Property AutomaticAuthentication As Boolean