Compartilhar via


AuthenticationScheme(String, String, Type) Construtor

Definição

Inicializa uma nova instância de 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

O nome do esquema de autenticação.

displayName
String

O nome de exibição para o esquema de autenticação.

handlerType
Type

O IAuthenticationHandler tipo que manipula esse esquema.

Aplica-se a