1 implementation of GetSchemeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
122public virtual Task<AuthenticationScheme?> GetSchemeAsync(string name)
8 references to GetSchemeAsync
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationHandlerProvider.cs (1)
44var scheme = await Schemes.GetSchemeAsync(authenticationScheme);
Microsoft.AspNetCore.Identity (7)
SecurityStampValidator.cs (1)
162if (await schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) != null)
SignInManager.cs (6)
322if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 326if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 973if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null) 1085if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 1090if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 1467if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)