LocalServiceSecuritySettings.IssuedCookieLifetime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定服務針對用戶端發出之 SecurityContextSecurityToken 的存留期 (Lifetime)。
public:
property TimeSpan IssuedCookieLifetime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan IssuedCookieLifetime { get; set; }
member this.IssuedCookieLifetime : TimeSpan with get, set
Public Property IssuedCookieLifetime As TimeSpan
屬性值
表示新安全性 Cookie 存留期的 TimeSpan。 預設為 10 小時。
例外狀況
此屬性設定為小於 0 的值。
範例
這個範例會示範如何取得 IssuedCookieLifetime
值。
TimeSpan issuedCookieLifetime = settings.IssuedCookieLifetime;
Dim issuedCookieLifetime As TimeSpan = settings.IssuedCookieLifetime
備註
當服務對用戶端發出安全對話 Cookie 權杖時,其有效期間是由這個屬性的值所決定。