Share via


SecPkgContext_Lifespan (Windows Embedded CE 6.0)

1/6/2010

This structure indicates the life span of a security context. The QueryContextAttributes function uses this structure.

Syntax

typedef struct _SecPkgContext_Lifespan {
  TimeStamp tsStart;
  TimeStamp tsExpiry;
} SecPkgContext_Lifespan, SEC_FAR *PSecPkgContext_Lifespan;

Members

  • tsStart
    Time at which the context was established.
  • tsExpiry
    Time at which the context will expire.

Remarks

The security provider should always return these values in local time.

Requirements

Header sspi.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Authentication Services Structures
QueryContextAttributes