SecPkgContext_PasswordExpiry structure (sspi.h)

The SecPkgContext_PasswordExpiry structure contains information about the expiration of a password or other credential used for the security context. This structure is returned by QueryContextAttributes (General).

Syntax

typedef struct _SecPkgContext_PasswordExpiry {
  TimeStamp tsPasswordExpires;
} SecPkgContext_PasswordExpiry, *PSecPkgContext_PasswordExpiry;

Members

tsPasswordExpires

A TimeStamp variable that indicates when the credentials for the security context expire. For password-based packages, this variable indicates when the password expires. For Kerberos, this variable indicates when the ticket expires.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header sspi.h (include Security.h)