3 references to AuthenticationScheme
Microsoft.AspNetCore.Server.IISIntegration (3)
IISMiddleware.cs (2)
87
authentication.AddScheme(new AuthenticationScheme(IISDefaults.
AuthenticationScheme
, _options.AuthenticationDisplayName, typeof(AuthenticationHandler)));
179
var winIdentity = new WindowsIdentity(handle, IISDefaults.
AuthenticationScheme
);
WebHostBuilderIISExtensions.cs (1)
89
AuthenticationScheme = IISDefaults.
AuthenticationScheme