Platform SDK: Files and I/O

EFS_HASH_BLOB

The EFS_HASH_BLOB structure contains a certificate hash.

typedef struct _EFS_HASH_BLOB {
  DWORD cbData;
  PBYTE pbData;
} EFS_HASH_BLOB, *PEFS_HASH_BLOB;

Members

cbData
Specifies the number of bytes in the pbData buffer.
pbData
The certificate hash.

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, ENCRYPTION_CERTIFICATE_HASH