Share via


LocalClientSecuritySettingsElement.MaxCookieCachingTime Propriété

Définition

Obtient ou définit une valeur de type TimeSpan qui spécifie la durée de vie maximale des cookies.

public:
 property TimeSpan MaxCookieCachingTime { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("maxCookieCachingTime", DefaultValue="10675199.02:48:05.4775807")]
public TimeSpan MaxCookieCachingTime { get; set; }
[System.Configuration.ConfigurationProperty("maxCookieCachingTime", DefaultValue="10675199.02:48:05.4775807")]
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
public TimeSpan MaxCookieCachingTime { get; set; }
[System.Configuration.ConfigurationProperty("maxCookieCachingTime", DefaultValue="10675199.02:48:05.4775807")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan MaxCookieCachingTime { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("maxCookieCachingTime", DefaultValue="10675199.02:48:05.4775807")>]
member this.MaxCookieCachingTime : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("maxCookieCachingTime", DefaultValue="10675199.02:48:05.4775807")>]
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
member this.MaxCookieCachingTime : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("maxCookieCachingTime", DefaultValue="10675199.02:48:05.4775807")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.MaxCookieCachingTime : TimeSpan with get, set
Public Property MaxCookieCachingTime As TimeSpan

Valeur de propriété

TimeSpan qui spécifie la durée de vie maximale des cookies. La valeur par défaut est « 10675199.02:48:05.4775807 ».

Attributs

S’applique à