3 references to AssertionConsumerService
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
1607
if (reader.IsStartElement(Saml2MetadataConstants.Elements.
AssertionConsumerService
, Saml2MetadataConstants.Namespace))
2948
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3203, Saml2MetadataConstants.Elements.
AssertionConsumerService
)));
2953
XmlQualifiedName element = new XmlQualifiedName(Saml2MetadataConstants.Elements.
AssertionConsumerService
, Saml2MetadataConstants.Namespace);