5 references to ValueType
Microsoft.AspNetCore.Authentication (1)
TicketSerializer.cs (1)
127WriteWithDefault(writer, claim.ValueType, ClaimValueTypes.String);
Microsoft.AspNetCore.Authentication.OAuth (1)
ClaimAction.cs (1)
31/// Gets the value to use for <see cref="Claim.ValueType"/> when creating a Claim.
Microsoft.AspNetCore.Authentication.Test (1)
TicketSerializerTests.cs (1)
113Assert.Equal("valueType", claim.ValueType);
OpenIdConnectSample (1)
Startup.cs (1)
371identity.AddClaim(new Claim(claim.Type, claim.Value, claim.ValueType, issuer, claim.OriginalIssuer, claim.Subject));
System.Security.Claims (1)
System\Security\Claims\Claim.cs (1)
149/// <see cref="Claim.ValueType"/> is set to <see cref="ClaimValueTypes.String"/>,