AuthenticationHandler<TOptions>.ShouldHandleScheme メソッド

定義

public:
 bool ShouldHandleScheme(System::String ^ authenticationScheme, bool handleAutomatic);
public bool ShouldHandleScheme (string authenticationScheme, bool handleAutomatic);
member this.ShouldHandleScheme : string * bool -> bool
Public Function ShouldHandleScheme (authenticationScheme As String, handleAutomatic As Boolean) As Boolean

パラメーター

authenticationScheme
String
handleAutomatic
Boolean

戻り値

適用対象