Platform SDK: Files and I/O

ENCRYPTION_CERTIFICATE_HASH

The ENCRYPTION_CERTIFICATE_HASH structure contains a certificate hash.

typedef struct _ENCRYPTION_CERTIFICATE_HASH {
  DWORD cbTotalLength;
  SID *pUserSid;
  PEFS_HASH_BLOB pHash;
  LPWSTR lpDisplayInformation;
} ENCRYPTION_CERTIFICATE_HASH, *PENCRYPTION_CERTIFICATE_HASH;

Members

cbTotalLength
The length of this structure, in bytes.
pUserSid
The SID of the user who owns the certificate.
pHash
Pointer to an EFS_HASH_BLOB structure.
lpDisplayInformation

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Winefs.h; include Windows.h.

See Also

File Systems Overview, File System Structures, EFS_HASH_BLOB, ENCRYPTION_CERTIFICATE_HASH_LIST