共用方式為


LocalServiceSecuritySettings.SessionKeyRenewalInterval 屬性

定義

取得或設定用於安全性工作階段的金鑰存留期。 當這個期限過期時,會自動更新此金鑰。

public:
 property TimeSpan SessionKeyRenewalInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan SessionKeyRenewalInterval { get; set; }
member this.SessionKeyRenewalInterval : TimeSpan with get, set
Public Property SessionKeyRenewalInterval As TimeSpan

屬性值

時間範圍,經過這段期間之後服務會要求起始端更新用於安全性工作階段的金鑰。 如果起始端未在這段時間內更新金鑰,此服務會將錯誤傳回給起始端。 預設值為15小時。

例外狀況

此屬性設定為小於 0 的值。

範例

這個範例將示範如何取得這個屬性的值。

TimeSpan sessionKeyRenewalInterval =
settings.SessionKeyRenewalInterval;
Dim sessionKeyRenewalInterval As TimeSpan = settings.SessionKeyRenewalInterval

備註

工作階段設定 (例如這個設定) 適用於下列任何一種狀況:

工作階段設定 (例如這個設定) 不適用於下列任何一種狀況:

適用於