4 references to TryRemoveItem
System.ServiceModel (4)
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
47
this.
TryRemoveItem
(context);
System\ServiceModel\Security\SecurityContextTokenCache.cs (2)
125
if (!base.
TryRemoveItem
(hashKey) && throwIfNotPresent)
183
base.
TryRemoveItem
(matchingKeys[i]);
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
77
return this.
TryRemoveItem
(userName);