Sdílet prostřednictvím


IAuthenticationSchemeProvider.AddScheme(AuthenticationScheme) Metoda

Definice

Zaregistruje schéma pro použití v nástroji 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)

Parametry

scheme
AuthenticationScheme

Schéma.

Platí pro