4 references to Advice
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (4)
1635if (!reader.IsStartElement(SamlConstants.ElementNames.Advice, SamlConstants.Namespace)) 1637throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.ID4065, SamlConstants.ElementNames.Advice, SamlConstants.Namespace, reader.LocalName, reader.NamespaceURI))); 1700writer.WriteStartElement(SamlConstants.Prefix, SamlConstants.ElementNames.Advice, SamlConstants.Namespace); 1816if (wrappedReader.IsStartElement(SamlConstants.ElementNames.Advice, SamlConstants.Namespace))