Condividi tramite


AuthenticationScheme(String, String, Type) Costruttore

Definizione

Inizializza una nuova istanza di 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)

Parametri

name
String

Nome dello schema di autenticazione.

displayName
String

Nome visualizzato per lo schema di autenticazione.

handlerType
Type

Tipo IAuthenticationHandler che gestisce questo schema.

Si applica a