SecurityTokenHandlerConfigurationElement.TokenReplayDetection プロパティ

定義

このトークン ハンドラー構成要素に関連付けられた 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

プロパティ値

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

属性

適用対象