Partager via


IAuthenticationSchemeProvider.AddScheme(AuthenticationScheme) Méthode

Définition

Inscrit un schéma à utiliser par IAuthenticationService.

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

Paramètres

scheme
AuthenticationScheme

Schéma.

S’applique à