IdentityConfigurationElement.MaximumClockSkew Egenskap

Definition

Hämtar eller anger den maximala klocksnedställning som har konfigurerats för det här identitetskonfigurationselementet.

public:
 property TimeSpan MaximumClockSkew { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maximumClockSkew", DefaultValue="00:05:00", IsRequired=false)]
public TimeSpan MaximumClockSkew { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maximumClockSkew", DefaultValue="00:05:00", IsRequired=false)>]
member this.MaximumClockSkew : TimeSpan with get, set
Public Property MaximumClockSkew As TimeSpan

Egenskapsvärde

Den maximala klocksnedvridningen.

Attribut

Kommentarer

maximumClockSkew Motsvarar elementets <identityConfiguration> attribut. Styr den maximala tillåtna klocksnedvridningen när du utför tidskänsliga åtgärder, till exempel att validera förfallotiden för en inloggningssession.

Gäller för

Se även