AuthenticationSchemeProvider.AddScheme(AuthenticationScheme) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Inscrit un schéma à utiliser par 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)
Paramètres
- scheme
- AuthenticationScheme
Schéma.