1 write to _scheme
Microsoft.AspNetCore.Server.IISIntegration (1)
AuthenticationHandler.cs (1)
50
_scheme
= scheme;
2 references to _scheme
Microsoft.AspNetCore.Server.IISIntegration (2)
AuthenticationHandler.cs (2)
19
Debug.Assert(
_scheme
!= null, "Handler must be initialized.");
23
return Task.FromResult(AuthenticateResult.Success(new AuthenticationTicket(_user,
_scheme
.Name)));