SecPkgContext_Lifespan (Windows CE 5.0)

Send Feedback

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

typedef struct _SecPkgContext_Lifespan {TimeStamptsStart;TimeStamptsExpiry;} 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

OS Versions: Windows CE 2.10 and later.
Header: Sspi.h.

See Also

QueryContextAttributes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.