1 implementation of GetSchemeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
122
public virtual Task<AuthenticationScheme?>
GetSchemeAsync
(string name)
7 references to GetSchemeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationHandlerProvider.cs (1)
44
var scheme = await Schemes.
GetSchemeAsync
(authenticationScheme);
Microsoft.AspNetCore.Identity (6)
SignInManager.cs (6)
317
if (await _schemes.
GetSchemeAsync
(IdentityConstants.ExternalScheme) != null)
321
if (await _schemes.
GetSchemeAsync
(IdentityConstants.TwoFactorUserIdScheme) != null)
752
if (await _schemes.
GetSchemeAsync
(IdentityConstants.TwoFactorRememberMeScheme) == null)
864
if (await _schemes.
GetSchemeAsync
(IdentityConstants.ExternalScheme) != null)
869
if (await _schemes.
GetSchemeAsync
(IdentityConstants.TwoFactorUserIdScheme) != null)
1240
if (await _schemes.
GetSchemeAsync
(IdentityConstants.TwoFactorUserIdScheme) != null)