4 references to AssertionURIRef
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
2498
else if (reader.IsStartElement(Saml2Constants.Elements.
AssertionURIRef
, Saml2Constants.Namespace))
2568
writer.WriteElementString(Saml2Constants.Elements.
AssertionURIRef
, Saml2Constants.Namespace, uri.AbsoluteUri);
4243
else if (reader.IsStartElement(Saml2Constants.Elements.
AssertionURIRef
, Saml2Constants.Namespace))
4322
writer.WriteElementString(Saml2Constants.Elements.
AssertionURIRef
, Saml2Constants.Namespace, uri.AbsoluteUri);