4 references to ClaimType
System.IdentityModel (4)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
2095if (String.IsNullOrEmpty(claim.ClaimType)) 2100if (!UriUtil.CanCreateValidUri(claim.ClaimType, UriKind.Absolute)) 2102throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID0014, claim.ClaimType))); 2105writer.WriteAttributeString(WSFederationMetadataConstants.Attributes.Uri, claim.ClaimType);