IdentityConfigurationElement.MaximumClockSkew プロパティ

定義

この ID 構成要素に対して構成される最大クロック スキューを取得または設定します。

public:
 property TimeSpan MaximumClockSkew { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maximumClockSkew", DefaultValue="00:05:00", IsRequired=false)]
public TimeSpan MaximumClockSkew { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maximumClockSkew", DefaultValue="00:05:00", IsRequired=false)>]
member this.MaximumClockSkew : TimeSpan with get, set
Public Property MaximumClockSkew As TimeSpan

プロパティ値

クロック スキューの最大値。

属性

注釈

maximumClockSkew要素の<identityConfiguration>属性に対応します。 サインイン セッションの有効期限の検証など、時間に依存する操作を実行するときに許容される最大クロック スキューを制御します。

適用対象

こちらもご覧ください