AuthenticationManager.AutomaticAuthentication 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果為 true,則伺服器應設定 HttpCoNtext.User。 如果為 false,伺服器只會在 AuthenticationScheme 明確要求時提供身分識別。 預設值是 true。
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