5 references to GetHashKey
System.ServiceModel (5)
System\ServiceModel\Security\SecurityContextTokenCache.cs (5)
75object hashKey = GetHashKey(token.ContextId, token.KeyGeneration); 113object hashKey = GetHashKey(contextId, generation); 124object hashKey = GetHashKey(contextId, generation); 194base.TryReplaceItem(GetHashKey(token.ContextId, token.KeyGeneration), token, expirationTime); 234keys.Add(GetHashKey(tokens[i].ContextId, tokens[i].KeyGeneration));