Share via


LocalClientSecuritySettingsElement.SessionKeyRenewalInterval 屬性

定義

取得或設定指定持續期間的 TimeSpan,啟動器會在這段時間過後更新安全性工作階段的金鑰。

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

屬性值

TimeSpan

指定持續期間的 TimeSpan,啟動器將在這段期間過後更新安全性工作階段的金鑰。 預設為 "10:00:00"。

屬性

適用於