IdentityModelCaches.TokenReplayCache 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于确定是否重播令牌的 TokenReplayCache。
public:
property System::IdentityModel::Tokens::TokenReplayCache ^ TokenReplayCache { System::IdentityModel::Tokens::TokenReplayCache ^ get(); void set(System::IdentityModel::Tokens::TokenReplayCache ^ value); };
public System.IdentityModel.Tokens.TokenReplayCache TokenReplayCache { get; set; }
member this.TokenReplayCache : System.IdentityModel.Tokens.TokenReplayCache with get, set
Public Property TokenReplayCache As TokenReplayCache
属性值
配置的标记重播缓存。
例外
尝试将该属性设置为 null
。