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