Share via


IdentityModelCaches.TokenReplayCache プロパティ

定義

トークンが再生されるかどうかを確認するために使用される 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 を設定しようとしました。

適用対象