EFS_HASH_BLOB structure (winefs.h)

Contains a certificate hash.

Syntax

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

Members

cbData

The number of bytes in the pbData buffer.

pbData

The certificate hash.

Requirements

Requirement Value
Minimum supported client Windows XP Professional [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header winefs.h (include Windows.h)

See also

ENCRYPTION_CERTIFICATE_HASH

File Encryption