1 write to Scheme
Microsoft.AspNetCore.Authentication.Test (1)
TestHandlers.cs (1)
91Scheme = scheme;
3 references to Scheme
Microsoft.AspNetCore.Authentication.Test (3)
TestHandlers.cs (3)
72id.AddClaim(new Claim(ClaimTypes.NameIdentifier, Scheme.Name, ClaimValueTypes.String, Scheme.Name)); 74return Task.FromResult(AuthenticateResult.Success(new AuthenticationTicket(principal, new AuthenticationProperties(), Scheme.Name)));