2 implementations of RemoveScheme
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
185public virtual void RemoveScheme(string name)
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
1364public void RemoveScheme(string name) => throw new NotImplementedException();
7 references to RemoveScheme
DynamicSchemes (1)
Controllers\AuthController.cs (1)
25_schemeProvider.RemoveScheme(scheme);
Microsoft.AspNetCore.Authentication.Core.Test (5)
AuthenticationSchemeProviderTests.cs (5)
171o.RemoveScheme("signin2"); 227provider.RemoveScheme(scheme2.Name); 231provider.RemoveScheme(scheme2.Name); 235provider.RemoveScheme(scheme1.Name); 239provider.RemoveScheme(scheme3.Name);
Microsoft.AspNetCore.Authentication.Test (1)
DynamicSchemeTests.cs (1)
158auth.RemoveScheme(name);