1 override of Contains
System.IdentityModel (1)
System\IdentityModel\Tokens\DefaultTokenReplayCache.cs (1)
123
public override bool
Contains
(string key)
2 references to Contains
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1688
if (Configuration.Caches.TokenReplayCache.
Contains
(key))
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
828
if (Configuration.Caches.TokenReplayCache.
Contains
(key))