Share via


SecurityTokenHandlerConfigurationElement.MaximumClockSkew Propriété

Définition

Obtient ou définit la variation d'horloge maximale qui est configurée pour cet élément de configuration de gestionnaire de jetons.

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

Valeur de propriété

Variation d'horloge maximale.

Attributs

Remarques

Correspond à l’attribut maxClockSkew de l’élément <securityTokenHandlerConfiguration>.

S’applique à