Share via


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 类表示。

适用于

另请参阅