IdentityConfigurationElement::MaximumClockSkew Property

.NET Framework (current version)
 

Gets or sets the maximum clock skew that is configured for this identity configuration element.

Namespace:   System.IdentityModel.Configuration
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

public:
[ConfigurationPropertyAttribute("maximumClockSkew", IsRequired = false, 
	DefaultValue = "00:05:00")]
property TimeSpan MaximumClockSkew {
	TimeSpan get();
	void set(TimeSpan value);
}

Property Value

Type: System::TimeSpan

The maximum clock skew.

Corresponds to the maximumClockSkew attribute of the <identityConfiguration> element. Controls the maximum allowed clock skew when performing time-sensitive operations, such as validating the expiration time of a sign-in session.

.NET Framework
Available since 4.5
Return to top
Show: