SECPKG_ATTR_LCT_STATUS enumeration
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 { SecPkgAttrLastClientTokenYes, SecPkgAttrLastClientTokenNo, SecPkgAttrLastClientTokenMaybe } SECPKG_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
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 1/2/2013