Share via


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 属性相对应。 控制执行时间敏感操作时允许的最大时钟偏差,例如验证登录会话的过期时间。

适用于

另请参阅