Share via


AuthenticationSchemeBuilder Clase

Definición

Se usa para compilar AuthenticationSchemes.

public ref class AuthenticationSchemeBuilder
public class AuthenticationSchemeBuilder
type AuthenticationSchemeBuilder = class
Public Class AuthenticationSchemeBuilder
Herencia
AuthenticationSchemeBuilder

Constructores

AuthenticationSchemeBuilder(String)

Constructor.

Propiedades

DisplayName

Obtiene o establece el nombre para mostrar del esquema que se está compilando.

HandlerType

Obtiene o establece el IAuthenticationHandler tipo responsable de este esquema.

Name

Obtiene el nombre del esquema que se está compilando.

Métodos

Build()

Crea la instancia de AuthenticationScheme.

Se aplica a