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