IdentityConfigurationElement::MaximumClockSkew Property
.NET Framework (current version)
Gets or sets the maximum clock skew that is configured for this identity configuration element.
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); }
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
Available since 4.5
Show: