AuthenticationOptions.AutomaticChallenge 屬性

定義

如果為 true,驗證中介軟體應該處理自動挑戰。 如果為 false,驗證中介軟體只會在 AuthenticationScheme 明確指出時改變回應。

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

屬性值

適用於