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