ENCRYPTION_CERTIFICATE Struktur (winefs.h)

Enthält ein Zertifikat und die SID des Besitzers.

Syntax

typedef struct _ENCRYPTION_CERTIFICATE {
  DWORD                 cbTotalLength;
  SID                   *pUserSid;
  PEFS_CERTIFICATE_BLOB pCertBlob;
} ENCRYPTION_CERTIFICATE, *PENCRYPTION_CERTIFICATE;

Member

cbTotalLength

Die Länge dieser Struktur in Bytes.

pUserSid

Die SID des Benutzers, der das Zertifikat besitzt.

pCertBlob

Ein Zeiger auf eine EFS_CERTIFICATE_BLOB-Struktur .

Anforderungen

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

Weitere Informationen

EFS_CERTIFICATE_BLOB

ENCRYPTION_CERTIFICATE_LIST

Dateiverschlüsselung

SetUserFileEncryptionKey