Sdílet prostřednictvím


AuthenticationScheme(String, String, Type) Konstruktor

Definice

Inicializuje novou instanci objektu 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

Název schématu ověřování.

displayName
String

Zobrazovaný název schématu ověřování.

handlerType
Type

Typ IAuthenticationHandler , který zpracovává toto schéma.

Platí pro