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