struttura ENCRYPTION_CERTIFICATE_HASH_LIST (winefs.h)
Contiene un elenco di hash del certificato.
Sintassi
typedef struct _ENCRYPTION_CERTIFICATE_HASH_LIST {
DWORD nCert_Hash;
PENCRYPTION_CERTIFICATE_HASH *pUsers;
} ENCRYPTION_CERTIFICATE_HASH_LIST, *PENCRYPTION_CERTIFICATE_HASH_LIST;
Members
nCert_Hash
Numero di hash del certificato nell'elenco.
pUsers
Puntatore alla prima struttura ENCRYPTION_CERTIFICATE_HASH nell'elenco.
Requisiti
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | winefs.h (include Windows.h) |
Vedi anche
FreeEncryptionCertificateHashList