1 write to endpointId
System.IdentityModel (1)
System\IdentityModel\Tokens\SessionSecurityTokenCacheKey.cs (1)
51this.endpointId = endpointId;
3 references to endpointId
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityTokenCacheKey.cs (3)
91return this.endpointId; 148if (!StringComparer.Ordinal.Equals(key2.EndpointId, this.endpointId)) 189sb.Append(this.endpointId);