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