Compartir a través de


AuthenticationSchemeBuilder(String) Constructor

Definición

Constructor.

public:
 AuthenticationSchemeBuilder(System::String ^ name);
public AuthenticationSchemeBuilder (string name);
new Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder : string -> Microsoft.AspNetCore.Authentication.AuthenticationSchemeBuilder
Public Sub New (name As String)

Parámetros

name
String

Nombre del esquema que se va a compilar.

Se aplica a