Condividi tramite


AuthenticationSchemeProvider.AddScheme(AuthenticationScheme) Metodo

Definizione

Registra uno schema per l'uso da parte di IAuthenticationService.

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)

Parametri

scheme
AuthenticationScheme

Schema.

Implementazioni

Si applica a