3 references to TryAddItem
System.ServiceModel (3)
System\ServiceModel\Security\InMemoryNonceCache.cs (1)
72return base.TryAddItem(nonce, dummyItem, expirationTime, false);
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
29bool wasStateAdded = base.TryAddItem(context, state, expirationTime, false);
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
49return TryAddItem(userName, token, expirationTime, true);