1 write to ValueType
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimAction.cs (1)
22ValueType = valueType;
7 references to ValueType
Aspire.Dashboard.Tests (4)
DashboardOptionsTests.cs (4)
330Assert.Contains(oidcOption.ClaimActions, x => x.ClaimType == claimAction.ClaimType && x.ValueType == ClaimValueTypes.String); 359Assert.Contains(oidcOption.ClaimActions, x => x.ClaimType == claimAction.ClaimType && x.ValueType == ClaimValueTypes.String); 395Assert.Contains(oidcOption.ClaimActions, x => x.ClaimType == claimAction.ClaimType && x.ValueType == ClaimValueTypes.String); 434Assert.Contains(oidcOption.ClaimActions, x => x.ClaimType == claimAction.ClaimType && x.ValueType == claimAction.ValueType);
Microsoft.AspNetCore.Authentication.OAuth (2)
CustomJsonClaimAction.cs (1)
37identity.AddClaim(new Claim(ClaimType, value, ValueType, issuer));
JsonKeyClaimAction.cs (1)
60identity.AddClaim(new Claim(ClaimType, value, ValueType, issuer));
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
UniqueJsonKeyClaimAction.cs (1)
58identity.AddClaim(new Claim(ClaimType, value, ValueType, issuer));