SecurityTokenHandlerConfigurationElement::MaximumClockSkew Property
.NET Framework (current version)
Gets or sets the maximum clock skew that is configured for this token handler 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 maxClockSkew attribute of the <securityTokenHandlerConfiguration> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: