2 references to SecurityContextTokenCache
System.ServiceModel (2)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
30
:
this
( capacity, replaceOldestEntries, SecurityProtocolFactory.defaultMaxClockSkew )
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
39
this.tokenCache = new
SecurityContextTokenCache
(this.capacity, this.removeOldestTokensOnCacheFull, clockSkew);