Partager via


AuthenticationScheme(String, String, Type) Constructeur

Définition

Initialise une nouvelle instance 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)

Paramètres

name
String

Nom du schéma d’authentification.

displayName
String

Nom complet du schéma d’authentification.

handlerType
Type

Type IAuthenticationHandler qui gère ce schéma.

S’applique à