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