AuthenticateContext(String) コンストラクター

定義

public:
 AuthenticateContext(System::String ^ authenticationScheme);
public AuthenticateContext (string authenticationScheme);
new Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext : string -> Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext
Public Sub New (authenticationScheme As String)

パラメーター

authenticationScheme
String

適用対象