SecPkgContext_Lifespan 結構 (sspi.h)
SecPkgContext_Lifespan結構表示安全性內容的生命週期。 QueryContextAttributes (General) 函式會使用此結構。
語法
typedef struct _SecPkgContext_Lifespan {
TimeStamp tsStart;
TimeStamp tsExpiry;
} SecPkgContext_Lifespan, *PSecPkgContext_Lifespan;
成員
tsStart
建立內容的時間。
tsExpiry
內容到期的時間。
備註
建議 安全性套件 一律以當地時間傳回這些值。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
標頭 | sspi.h (包含 Security.h) |