3 references to Elements
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
1837
if (reader.IsStartElement(WSFederationMetadataConstants.
Elements
.TokenType, WSFederationMetadataConstants.Namespace))
1843
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3202, WSFederationMetadataConstants.
Elements
.TokenType, tokenType)));
3108
writer.WriteStartElement(WSFederationMetadataConstants.
Elements
.TokenType, WSFederationMetadataConstants.Namespace);