1 instantiation of SecurityContextTokenCache
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
39this.tokenCache = new SecurityContextTokenCache(this.capacity, this.removeOldestTokensOnCacheFull, clockSkew);
1 reference to SecurityContextTokenCache
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
14SecurityContextTokenCache tokenCache;