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)
19Debug.Assert(_scheme != null, "Handler must be initialized."); 23return Task.FromResult(AuthenticateResult.Success(new AuthenticationTicket(_user, _scheme.Name)));