1 instantiation of DefaultTokenReplayCache
System.IdentityModel (1)
System\IdentityModel\Configuration\IdentityModelCaches.cs (1)
16
private TokenReplayCache tokenReplayCache = new
DefaultTokenReplayCache
();
2 references to DefaultTokenReplayCache
System.IdentityModel (2)
System\IdentityModel\Tokens\DefaultTokenReplayCache.cs (2)
23
: this(
DefaultTokenReplayCache
.DefaultTokenReplayCacheCapacity,
DefaultTokenReplayCache
.DefaultTokenReplayCachePurgeInterval)