4 references to AssertionIDRef
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
2494
if (reader.IsStartElement(Saml2Constants.Elements.
AssertionIDRef
, Saml2Constants.Namespace))
2562
writer.WriteElementString(Saml2Constants.Elements.
AssertionIDRef
, Saml2Constants.Namespace, id.Value);
4239
if (reader.IsStartElement(Saml2Constants.Elements.
AssertionIDRef
, Saml2Constants.Namespace))
4316
writer.WriteElementString(Saml2Constants.Elements.
AssertionIDRef
, Saml2Constants.Namespace, id.Value);