Sdílet prostřednictvím


IAuthenticationSchemeProvider.TryAddScheme(AuthenticationScheme) Metoda

Definice

Zaregistruje schéma pro použití v nástroji IAuthenticationService.

public:
 virtual bool TryAddScheme(Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme);
public virtual bool TryAddScheme (Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme);
abstract member TryAddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> bool
override this.TryAddScheme : Microsoft.AspNetCore.Authentication.AuthenticationScheme -> bool
Public Overridable Function TryAddScheme (scheme As AuthenticationScheme) As Boolean

Parametry

scheme
AuthenticationScheme

Schéma.

Návraty

pokud bylo schéma úspěšně přidáno.

Platí pro