struttura ENCRYPTION_CERTIFICATE_HASH (winefs.h)
Contiene un hash del certificato e visualizza informazioni per il certificato.
Sintassi
typedef struct _ENCRYPTION_CERTIFICATE_HASH {
DWORD cbTotalLength;
SID *pUserSid;
PEFS_HASH_BLOB pHash;
LPWSTR lpDisplayInformation;
} ENCRYPTION_CERTIFICATE_HASH, *PENCRYPTION_CERTIFICATE_HASH;
Members
cbTotalLength
Lunghezza di questa struttura, in byte.
pUserSid
SID dell'utente che ha creato il certificato. Questo membro è facoltativo e può essere NULL.
pHash
Puntatore a una struttura EFS_HASH_BLOB .
lpDisplayInformation
Informazioni visualizzabili dall'utente per il certificato. Si tratta in genere del nome comune dell'utente e del nome dell'entità universale (UPN).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | winefs.h (include Windows.h) |