IdentityConfiguration.MaxClockSkew 属性

定义

获取或设置通信双方的系统时钟之间允许的最大时间差异。Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating.

public:
 property TimeSpan MaxClockSkew { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxClockSkew { get; set; }
member this.MaxClockSkew : TimeSpan with get, set
Public Property MaxClockSkew As TimeSpan

属性值

TimeSpan

最大时钟偏差。The maximum clock skew.

适用于