This topic has not yet been rated - Rate this topic

EFS_HASH_BLOB structure

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

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

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.