共用方式為


IdentityConfigurationElement.MaximumClockSkew 屬性

定義

取得或設定為此識別組態項目所設定的最大時鐘誤差。

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 屬性。 控制執行時間敏感作業時允許的時鐘誤差上限,例如驗證登入會話的到期時間。

適用於

另請參閱