SECPKG_ATTR_LCT_STATUS enumeration (sspi.h)

Indicates whether the token from the most recent call to the InitializeSecurityContext function is the last token from the client.

This enumeration is used in the SecPkgContext_LastClientTokenStatus structure.

Syntax

typedef enum _SECPKG_ATTR_LCT_STATUS {
  SecPkgAttrLastClientTokenYes,
  SecPkgAttrLastClientTokenNo,
  SecPkgAttrLastClientTokenMaybe
} SECPKG_ATTR_LCT_STATUS, *PSECPKG_ATTR_LCT_STATUS;

Constants

 
SecPkgAttrLastClientTokenYes
The token is the last token from the client.
SecPkgAttrLastClientTokenNo
The token is not the last token from the client.
SecPkgAttrLastClientTokenMaybe
It is not known whether the token is the last token from the client.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header sspi.h

See also

SecPkgContext_LastClientTokenStatus