Share via


IdentityConfigurationElement.TokenReplayDetection プロパティ

定義

この ID 構成要素に関連付けられた TokenReplayDetectionElement を取得または設定します。

public:
 property System::IdentityModel::Configuration::TokenReplayDetectionElement ^ TokenReplayDetection { System::IdentityModel::Configuration::TokenReplayDetectionElement ^ get(); void set(System::IdentityModel::Configuration::TokenReplayDetectionElement ^ value); };
[System.Configuration.ConfigurationProperty("tokenReplayDetection", IsRequired=false)]
public System.IdentityModel.Configuration.TokenReplayDetectionElement TokenReplayDetection { get; set; }
[<System.Configuration.ConfigurationProperty("tokenReplayDetection", IsRequired=false)>]
member this.TokenReplayDetection : System.IdentityModel.Configuration.TokenReplayDetectionElement with get, set
Public Property TokenReplayDetection As TokenReplayDetectionElement

プロパティ値

トークン再生検出が有効かどうかを指定し、トークン再生キャッシュ内でのトークンの最大有効期限を指定する要素。

属性

注釈

要素の下に <tokenReplayDetection> 構成されている要素に <identityConfiguration> 対応します。

適用対象

こちらもご覧ください