ENCRYPTION_CERTIFICATE_HASH structure (winefs.h)
Contient un hachage de certificat et des informations d’affichage pour le certificat.
Syntaxe
typedef struct _ENCRYPTION_CERTIFICATE_HASH {
DWORD cbTotalLength;
SID *pUserSid;
PEFS_HASH_BLOB pHash;
LPWSTR lpDisplayInformation;
} ENCRYPTION_CERTIFICATE_HASH, *PENCRYPTION_CERTIFICATE_HASH;
Membres
cbTotalLength
Longueur de cette structure, en octets.
pUserSid
SID de l’utilisateur qui a créé le certificat. Ce membre est facultatif et peut être NULL.
pHash
Pointeur vers une structure EFS_HASH_BLOB .
lpDisplayInformation
Informations affichables par l’utilisateur pour le certificat. Il s’agit généralement du nom commun de l’utilisateur et du nom de principal universel (UPN).
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | winefs.h (inclure Windows.h) |