estructura ENCRYPTION_CERTIFICATE (winefs.h)

Contiene un certificado y el id. de seguridad de su propietario.

Sintaxis

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

Miembros

cbTotalLength

Longitud de esta estructura, en bytes.

pUserSid

SID del usuario que posee el certificado.

pCertBlob

Puntero a una estructura de EFS_CERTIFICATE_BLOB .

Requisitos

   
Cliente mínimo compatible Windows XP Professional [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado winefs.h (incluye Windows.h)

Consulte también

EFS_CERTIFICATE_BLOB

ENCRYPTION_CERTIFICATE_LIST

Cifrado de archivos

SetUserFileEncryptionKey