estructura SecPkgContext_Lifespan (sspi.h)
La estructura SecPkgContext_Lifespan indica el período de vida de un contexto de seguridad. La función QueryContextAttributes (General) usa esta estructura.
Sintaxis
typedef struct _SecPkgContext_Lifespan {
TimeStamp tsStart;
TimeStamp tsExpiry;
} SecPkgContext_Lifespan, *PSecPkgContext_Lifespan;
Miembros
tsStart
Hora en la que se estableció el contexto.
tsExpiry
Hora en la que expirará el contexto.
Comentarios
Se recomienda que el paquete de seguridad devuelva siempre estos valores en la hora local.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | sspi.h (include Security.h) |