Udostępnij za pośrednictwem


AuthenticationScheme(String, String, Type) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

name
String

Nazwa schematu uwierzytelniania.

displayName
String

Nazwa wyświetlana schematu uwierzytelniania.

handlerType
Type

IAuthenticationHandler Typ, który obsługuje ten schemat.

Dotyczy