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