4 references to EntityDescriptor
System.IdentityModel (4)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
529
if (envelopeReader.IsStartElement(Saml2MetadataConstants.Elements.
EntityDescriptor
, Saml2MetadataConstants.Namespace))
563
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3200, Saml2MetadataConstants.Elements.
EntityDescriptor
)));
1247
else if (reader.IsStartElement(Saml2MetadataConstants.Elements.
EntityDescriptor
, Saml2MetadataConstants.Namespace))
2250
writer.WriteStartElement(Saml2MetadataConstants.Elements.
EntityDescriptor
, Saml2MetadataConstants.Namespace);