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

适用于