5 references to ValueType
Microsoft.AspNetCore.Authentication (1)
TicketSerializer.cs (1)
139WriteWithDefault(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.Http.Connections (2)
Internal\HttpConnectionDispatcher.cs (2)
315&& string.Equals(current.ValueType, incoming.ValueType, StringComparison.Ordinal)
System.Security.Claims (1)
System\Security\Claims\Claim.cs (1)
149/// <see cref="Claim.ValueType"/> is set to <see cref="ClaimValueTypes.String"/>,