1 write to contextId
System.IdentityModel (1)
System\IdentityModel\Tokens\SessionSecurityTokenCacheKey.cs (1)
52this.contextId = contextId;
5 references to contextId
System.IdentityModel (5)
System\IdentityModel\Tokens\SessionSecurityTokenCacheKey.cs (5)
80return this.contextId; 143if (key2.ContextId != this.contextId) 174return this.contextId.GetHashCode(); 178return this.contextId.GetHashCode() ^ this.keyGeneration.GetHashCode(); 191sb.Append(this.contextId.ToString());