LocalClientSecuritySettingsElement.SessionKeyRenewalInterval Property

Definition

Gets or sets a TimeSpan that specifies the duration after which the initiator renews the key for the security session.

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

Property Value

A TimeSpan that specifies the duration after which the initiator renews the key for the security session. The default is "10:00:00".

Attributes

Applies to