Udostępnij za pośrednictwem


SecurityTokenHandlerConfigurationElement.MaximumClockSkew Właściwość

Definicja

Pobiera lub ustawia maksymalną niesymetryczność zegara skonfigurowaną dla tego elementu konfiguracji procedury obsługi tokenów.

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

Wartość właściwości

Maksymalna niesymetryczność zegara.

Atrybuty

Uwagi

maxClockSkew Odpowiada atrybutowi <securityTokenHandlerConfiguration> elementu.

Dotyczy