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