4 references to Conditions
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
2702
if (realReader.IsStartElement(Saml2Constants.Elements.
Conditions
, Saml2Constants.Namespace))
4016
if (!reader.IsStartElement(Saml2Constants.Elements.
Conditions
, Saml2Constants.Namespace))
4018
reader.ReadStartElement(Saml2Constants.Elements.
Conditions
, Saml2Constants.Namespace);
4164
writer.WriteStartElement(Saml2Constants.Elements.
Conditions
, Saml2Constants.Namespace);