3 references to TokenReplayCache
System.IdentityModel (3)
System\IdentityModel\Configuration\IdentityModelCachesElement.cs (3)
22[ConfigurationProperty(ConfigurationStrings.TokenReplayCache, IsRequired = false)] 25get { return (CustomTypeElement)this[ConfigurationStrings.TokenReplayCache]; } 26set { this[ConfigurationStrings.TokenReplayCache] = value; }