IdentityModelCachesElement.TokenReplayCache 属性

定义

获取或设置 Type 令牌重播缓存。

public:
 property System::IdentityModel::Configuration::CustomTypeElement ^ TokenReplayCache { System::IdentityModel::Configuration::CustomTypeElement ^ get(); void set(System::IdentityModel::Configuration::CustomTypeElement ^ value); };
[System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)]
public System.IdentityModel.Configuration.CustomTypeElement TokenReplayCache { get; set; }
[<System.Configuration.ConfigurationProperty("tokenReplayCache", IsRequired=false)>]
member this.TokenReplayCache : System.IdentityModel.Configuration.CustomTypeElement with get, set
Public Property TokenReplayCache As CustomTypeElement

属性值

令牌重播缓存的类型。 类型必须派生自 TokenReplayCache.

属性

注解

此属性是可选的。 它对应于 <tokenReplayCache> 元素 <caches> 下指定的元素。 它指定用于检测重播令牌的缓存的类型。 所有重播缓存都必须派生自 TokenReplayCache

使用元素启用 <tokenReplayDetection> 重播检测。 此元素由 TokenReplayDetectionElement 类表示。

适用于

另请参阅