enumerazione SECPKG_ATTR_LCT_STATUS (sspi.h)

Indica se il token dalla chiamata più recente alla funzione InitializeSecurityContext è l'ultimo token del client.

Questa enumerazione viene utilizzata nella struttura SecPkgContext_LastClientTokenStatus .

Sintassi

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

Costanti

 
SecPkgAttrLastClientTokenYes
Il token è l'ultimo token del client.
SecPkgAttrLastClientTokenNo
Il token non è l'ultimo token del client.
SecPkgAttrLastClientTokenMaybe
Non è noto se il token è l'ultimo token del client.

Requisiti

Requisito Valore
Client minimo supportato Windows 7 [solo app desktop]
Server minimo supportato Windows Server 2008 R2 [solo app desktop]
Intestazione sspi.h

Vedi anche

SecPkgContext_LastClientTokenStatus