1 write to Scheme
Microsoft.AspNetCore.Server.IIS (1)
Core\IISServerAuthenticationHandlerInternal.cs (1)
62Scheme = scheme;
2 references to Scheme
Microsoft.AspNetCore.Server.IIS (2)
Core\IISServerAuthenticationHandlerInternal.cs (2)
25Debug.Assert(Scheme != null, "Handler must be initialized."); 30return Task.FromResult(AuthenticateResult.Success(new AuthenticationTicket(user, Scheme.Name)));