LocalClientSecuritySettings::MaxClockSkew Property

 

Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating.

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property TimeSpan MaxClockSkew {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

A TimeSpan that represents the maximum allowable time difference between the system clocks of the two parties that are communicating. The default is 5 minutes.

Exception Condition
ArgumentOutOfRangeException

The property is set to a value less than 0.

Messages between systems whose clocks' difference exceeds the value specified in this property are rejected.

This property is used in conjunction with the message time stamp verification and the ReplayWindow property.

For more information, seeHow to: Set a Max Clock Skew.

This example shows how to get the MaxClockSkew value.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: