1 write to keyName
System.IdentityModel (1)
System\ServiceModel\Security\KeyNameIdentifierClause.cs (1)
23this.keyName = keyName;
3 references to keyName
System.IdentityModel (3)
System\ServiceModel\Security\KeyNameIdentifierClause.cs (3)
28get { return this.keyName; } 37return ReferenceEquals(this, that) || (that != null && that.Matches(this.keyName)); 42return this.keyName == keyName;