IAuthenticationSchemeProvider.TryAddScheme(AuthenticationScheme) Method

Definition

Registers a scheme for use by 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

Parameters

scheme
AuthenticationScheme

The scheme.

Returns

true if the scheme was added successfully.

Applies to