4 references to Advice
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
2472
if (!reader.IsStartElement(Saml2Constants.Elements.
Advice
, Saml2Constants.Namespace))
2474
reader.ReadStartElement(Saml2Constants.Elements.
Advice
, Saml2Constants.Namespace);
2557
writer.WriteStartElement(Saml2Constants.Elements.
Advice
, Saml2Constants.Namespace);
2708
if (realReader.IsStartElement(Saml2Constants.Elements.
Advice
, Saml2Constants.Namespace))