Compartir a través de


LocalServiceSecuritySettingsElement.SessionKeyRenewalInterval Propiedad

Definición

Obtiene o establece un TimeSpan que especifica la duración después de la cual el iniciador renueva la clave para la sesión de seguridad.

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

Valor de propiedad

TimeSpan

Un TimeSpan que especifica la duración después de la cual el iniciador renueva la clave para la sesión de seguridad. El valor predeterminado es "10:00:00".

Atributos

Se aplica a