7 references to SessionSecurityTokenCacheKey
System.IdentityModel (2)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (2)
228
SessionSecurityTokenCacheKey key = new
SessionSecurityTokenCacheKey
(endpointId, contextId, null);
279
SessionSecurityTokenCacheKey key = new
SessionSecurityTokenCacheKey
(endpointId, contextId, null);
System.ServiceModel (5)
System\ServiceModel\Security\WrappedTokenCache.cs (5)
57
SessionSecurityTokenCacheKey key = new
SessionSecurityTokenCacheKey
(_claimsHandler.EndpointId, token.ContextId, token.KeyGeneration);
96
SessionSecurityTokenCacheKey key = new
SessionSecurityTokenCacheKey
(_claimsHandler.EndpointId, contextId, generation);
125
SessionSecurityTokenCacheKey key = new
SessionSecurityTokenCacheKey
(_claimsHandler.EndpointId, contextId, generation);
138
SessionSecurityTokenCacheKey key = new
SessionSecurityTokenCacheKey
(_claimsHandler.EndpointId, token.ContextId, token.KeyGeneration);
152
SessionSecurityTokenCacheKey key = new
SessionSecurityTokenCacheKey
(_claimsHandler.EndpointId, token.ContextId, token.KeyGeneration);