Platform SDK: Logon Authentication |
The SecPkgContext_Lifespan structure indicates the life span of a security context. The QueryContextAttributes function uses this structure.
typedef struct _SecPkgContext_Lifespan { TimeStamp tsStart; TimeStamp tsExpiry; } SecPkgContext_Lifespan, * PSecPkgContext_Lifespan;
It is recommended that the security package always return these values in local time.
Windows NT/2000: Requires Windows NT 3.51 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Sspi.h; include Security.h.