Share via


SECPKG_ATTR_LCT_STATUS enumeración (sspi.h)

Indica si el token de la llamada más reciente a la función InitializeSecurityContext es el último token del cliente.

Esta enumeración se usa en la estructura SecPkgContext_LastClientTokenStatus .

Syntax

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

Constantes

 
SecPkgAttrLastClientTokenYes
El token es el último token del cliente.
SecPkgAttrLastClientTokenNo
El token no es el último token del cliente.
SecPkgAttrLastClientTokenMaybe
No se sabe si el token es el último token del cliente.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 7 [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 R2 [solo aplicaciones de escritorio]
Encabezado sspi.h

Consulte también

SecPkgContext_LastClientTokenStatus