1 write to ReferenceXml
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (1)
20ReferenceXml = referenceXml ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(referenceXml));
3 references to ReferenceXml
System.ServiceModel.Primitives (3)
System\IdentityModel\Security\WSTrust.cs (1)
155genericXmlSecurityKeyIdentifierClause.ReferenceXml.WriteTo(writer);
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (2)
28return ReferenceEquals(this, that) || (that != null && that.Matches(ReferenceXml)); 38return CompareNodes(ReferenceXml, xmlElement);