Compartir a través de


AuthenticationSchemeProvider.AddScheme(AuthenticationScheme) Método

Definición

Registra un esquema para que lo IAuthenticationServiceuse .

public:
 virtual void AddScheme(Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme);
public virtual void AddScheme (Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme);
abstract member AddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> unit
override this.AddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> unit
Public Overridable Sub AddScheme (scheme As AuthenticationScheme)

Parámetros

scheme
AuthenticationScheme

Esquema.

Implementaciones

Se aplica a