SecurityTokenHandlerConfigurationElement.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

属性值

最大时钟偏差。

属性

注解

<securityTokenHandlerConfiguration> 元素的 maxClockSkew 属性相对应。

适用于