EFS_CERTIFICATE_BLOB structure (winefs.h)

Contains a certificate.

Syntax

typedef struct _CERTIFICATE_BLOB {
  DWORD dwCertEncodingType;
  DWORD cbData;
  PBYTE pbData;
} EFS_CERTIFICATE_BLOB, *PEFS_CERTIFICATE_BLOB;

Members

dwCertEncodingType

A certificate encoding type. This member can be one of the following values.

CRYPT_ASN_ENCODING

CRYPT_NDR_ENCODING

X509_ASN_ENCODING

X509_NDR_ENCODING

cbData

The number of bytes in the pbData buffer.

pbData

The binary certificate. The
dwCertEncodingType member specifies the format for this certificate.

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

File Encryption