AuthenticationScheme(String, String, Type) 생성자

정의

AuthenticationScheme의 새 인스턴스를 초기화합니다.

public:
 AuthenticationScheme(System::String ^ name, System::String ^ displayName, Type ^ handlerType);
public AuthenticationScheme (string name, string displayName, Type handlerType);
public AuthenticationScheme (string name, string? displayName, Type handlerType);
new Microsoft.AspNetCore.Authentication.AuthenticationScheme : string * string * Type -> Microsoft.AspNetCore.Authentication.AuthenticationScheme
Public Sub New (name As String, displayName As String, handlerType As Type)

매개 변수

name
String

인증 체계의 이름입니다.

displayName
String

인증 체계의 표시 이름입니다.

handlerType
Type

IAuthenticationHandler 체계를 처리하는 형식입니다.

적용 대상