共用方式為


AuthenticationManager.AutomaticAuthentication 屬性

定義

如果為 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

屬性值

適用於