AuthenticationOptions.AutomaticAuthenticate 屬性

定義

如果為 true,驗證中介軟體會改變傳入的要求使用者。 如果為 false,驗證中介軟體只會在 AuthenticationScheme 明確指出時提供身分識別。

public:
 property bool AutomaticAuthenticate { bool get(); void set(bool value); };
public bool AutomaticAuthenticate { get; set; }
member this.AutomaticAuthenticate : bool with get, set
Public Property AutomaticAuthenticate As Boolean

屬性值

適用於