Share via


ROOT_INFO_LUID struttura (wincrypt.h)

La struttura ROOT_INFO_LUID contiene un identificatore univoco locale (LUID) per le informazioni radice della smart card crittografica. La struttura CRYPT_SMART_CARD_ROOT_INFO include una struttura ROOT_INFO_LUID .

Sintassi

typedef struct _ROOT_INFO_LUID {
  DWORD LowPart;
  LONG  HighPart;
} ROOT_INFO_LUID, *PROOT_INFO_LUID;

Members

LowPart

Bit di ordine basso.

HighPart

Bit di ordine elevato.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wincrypt.h

Vedi anche

LUID