6 writes to IssuedTokenCache
System.ServiceModel (6)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
318( sta as AcceleratedTokenAuthenticator ).IssuedTokenCache = wrappedTokenCache; 322( sta as SpnegoTokenAuthenticator ).IssuedTokenCache = wrappedTokenCache; 326( sta as TlsnegoTokenAuthenticator ).IssuedTokenCache = wrappedTokenCache;
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (3)
103authenticator.IssuedTokenCache = (ISecurityContextSecurityTokenCache)sctResolver; 147authenticator.IssuedTokenCache = (ISecurityContextSecurityTokenCache)sctResolver; 216authenticator.IssuedTokenCache = (ISecurityContextSecurityTokenCache)sctResolver;
4 references to IssuedTokenCache
System.ServiceModel (4)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (4)
233return this.IssuedTokenCache; 509if (this.IssuedTokenCache == null) 777this.IssuedTokenCache.AddContext(negotiationState.ServiceToken); 805this.IssuedTokenCache.AddContext(negotiationState.ServiceToken);