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