struttura ENCLAVE_CREATE_INFO_VBS (winnt.h)

Contiene informazioni specifiche dell'architettura da usare per creare un'enclave quando il tipo di enclave è ENCLAVE_TYPE_VBS, che specifica un enclave di sicurezza basata su virtualizzazione.

Sintassi

typedef struct _ENCLAVE_CREATE_INFO_VBS {
  DWORD Flags;
  BYTE  OwnerID[32];
} ENCLAVE_CREATE_INFO_VBS, *PENCLAVE_CREATE_INFO_VBS;

Members

Flags

Flag che indica se l'enclave consente il debug.

Valore Significato
ENCLAVE_VBS_FLAG_DEBUG
0x00000001
L'enclave consente il debug.
0x00000000 L'enclave non consente il debug.

OwnerID[32]

Identificatore del proprietario dell'enclave.

Requisiti

Requisito Valore
Client minimo supportato Windows 10 versione 1709 [solo app desktop]
Server minimo supportato Windows Server 2016 [solo app desktop]
Intestazione winnt.h

Vedi anche

Strutture dell'enclave

CreateEnclave