TokenReplayDetectionElement.ExpirationPeriod プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
項目がキャッシュから切らされ、削除されたと見なされる前に時間の最大サイズを取得または設定します。
public:
property TimeSpan ExpirationPeriod { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("expirationPeriod", DefaultValue="10675199.02:48:05.4775807", IsRequired=false)]
public TimeSpan ExpirationPeriod { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("expirationPeriod", DefaultValue="10675199.02:48:05.4775807", IsRequired=false)>]
member this.ExpirationPeriod : TimeSpan with get, set
Public Property ExpirationPeriod As TimeSpan
プロパティ値
項目が期限切れと見なされてキャッシュから削除されるまでの最大期間。
- 属性
注釈
このプロパティは省略可能です。 要素の 属性をexpirationPeriod
<tokenReplayDetection>
表します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET