Compartir a través de


AuthenticationScheme(String, String, Type) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

name
String

Nombre del esquema de autenticación.

displayName
String

Nombre para mostrar del esquema de autenticación.

handlerType
Type

Tipo IAuthenticationHandler que controla este esquema.

Se aplica a