1 write to contextId
System.IdentityModel (1)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
35
this.
contextId
= contextId;
3 references to contextId
System.IdentityModel (3)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (3)
41
get { return this.
contextId
; }
55
return ReferenceEquals(this, that) || (that != null && that.Matches(this.
contextId
, this.generation));
60
return contextId == this.
contextId
&& generation == this.generation;