enumeração SECPKG_ATTR_LCT_STATUS (sspi.h)

Indica se o token da chamada mais recente para a função InitializeSecurityContext é o último token do cliente.

Essa enumeração é usada na estrutura SecPkgContext_LastClientTokenStatus .

Syntax

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

Constantes

 
SecPkgAttrLastClientTokenYes
O token é o último token do cliente.
SecPkgAttrLastClientTokenNo
O token não é o último token do cliente.
SecPkgAttrLastClientTokenMaybe
Não se sabe se o token é o último token do cliente.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 7 [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2008 R2 [somente aplicativos da área de trabalho]
Cabeçalho sspi.h

Confira também

SecPkgContext_LastClientTokenStatus