Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
SecPkgAttrLastClientTokenYesThe token is the last token from the client. |
SecPkgAttrLastClientTokenNoThe token is not the last token from the client. |
SecPkgAttrLastClientTokenMaybeIt 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 |