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 に設定しようとすると発生します。

適用対象