SecurityTokenHandlerConfigurationElement::MaximumClockSkew Property

.NET Framework (current version)
 

Gets or sets the maximum clock skew that is configured for this token handler 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 maxClockSkew attribute of the <securityTokenHandlerConfiguration> element.

.NET Framework
Available since 4.5
Return to top
Show: