2 references to ReferenceXml
System.IdentityModel (2)
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (1)
36return ReferenceEquals(this, that) || (that != null && that.Matches(this.ReferenceXml));
System\IdentityModel\Tokens\WSTrust.cs (1)
163genericXmlSecurityKeyIdentifierClause.ReferenceXml.WriteTo(writer);