4 types derived from TimeBoundedCache
System.ServiceModel (4)
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
48internal sealed class NonceCacheImpl : TimeBoundedCache
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
13sealed class NegotiationTokenAuthenticatorStateCache<T> : TimeBoundedCache
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
17sealed class SecurityContextTokenCache : TimeBoundedCache
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
22class LogonTokenCache : TimeBoundedCache
4 references to TimeBoundedCache
System.ServiceModel (4)
System\ServiceModel\Security\TimeBoundedCache.cs (2)
421TimeBoundedCache self = (TimeBoundedCache)state;
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (2)
15public class SecurityContextSecurityToken : SecurityToken, TimeBoundedCache.IExpirableItem, IDisposable 209DateTime TimeBoundedCache.IExpirableItem.ExpirationTime