3 references to ErrorUrl
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (3)
1409
string errorUrlString = reader.GetAttribute(Saml2MetadataConstants.Attributes.
ErrorUrl
, null);
1415
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MetadataSerializationException(SR.GetString(SR.ID3202, Saml2MetadataConstants.Attributes.
ErrorUrl
, errorUrlString)));
2773
writer.WriteAttributeString(Saml2MetadataConstants.Attributes.
ErrorUrl
, null, (roleDescriptor.ErrorUrl.IsAbsoluteUri ? roleDescriptor.ErrorUrl.AbsoluteUri : roleDescriptor.ErrorUrl.ToString()));