1 implementation of AddScheme
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
166
public virtual void
AddScheme
(AuthenticationScheme scheme)
2 references to AddScheme
Microsoft.AspNetCore.Authentication.Abstractions (1)
IAuthenticationSchemeProvider.cs (1)
81
AddScheme
(scheme);
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
87
authentication.
AddScheme
(new AuthenticationScheme(IISDefaults.AuthenticationScheme, _options.AuthenticationDisplayName, typeof(AuthenticationHandler)));