Freigeben über


EFS_HASH_BLOB Struktur (winefs.h)

Enthält einen Zertifikathash.

Syntax

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

Member

cbData

Die Anzahl der Bytes im pbData-Puffer .

pbData

Der Zertifikathash.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows XP Professional [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows Server 2003 [nur Desktop-Apps]
Kopfzeile winefs.h (einschließen von Windows.h)

Weitere Informationen

ENCRYPTION_CERTIFICATE_HASH

Dateiverschlüsselung