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