WsFederationOptions.UseTokenLifetime 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示驗證會話存留期 (例如 Cookie) 應該符合驗證權杖的 Cookie。 如果權杖未提供存留期資訊,則會使用正常工作階段存留期。 此選項預設為啟用狀態。
public:
property bool UseTokenLifetime { bool get(); void set(bool value); };
public bool UseTokenLifetime { get; set; }
member this.UseTokenLifetime : bool with get, set
Public Property UseTokenLifetime As Boolean