Share via


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

プロパティ値

時刻の最大のずれ。

属性

注釈

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

適用対象

こちらもご覧ください