IdentityModelCachesElement.TokenReplayCache 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置令牌重播缓存的 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 类表示。