ENCRYPTION_CERTIFICATE struttura (winefs.h)

Contiene un certificato e il SID del relativo proprietario.

Sintassi

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

Members

cbTotalLength

Lunghezza di questa struttura, in byte.

pUserSid

SID dell'utente proprietario del certificato.

pCertBlob

Puntatore a una struttura EFS_CERTIFICATE_BLOB .

Requisiti

   
Client minimo supportato Windows XP Professional [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winefs.h (include Windows.h)

Vedi anche

EFS_CERTIFICATE_BLOB

ENCRYPTION_CERTIFICATE_LIST

Crittografia file

SetUserFileEncryptionKey