estructura CMSG_AUTH_ENVELOPED_ENCODE_INFO (wincrypt.h)

Syntax

typedef struct _CMSG_AUTH_ENVELOPED_ENCODE_INFO {
  DWORD                       cbSize;
  CRYPT_ALGORITHM_IDENTIFIER  ContentEncryptionAlgorithm;
  DWORD                       cRecipients;
  PCMSG_RECIPIENT_ENCODE_INFO rgCmsRecipients;
  DWORD                       cCertEncoded;
  PCERT_BLOB                  rgCertEncoded;
  DWORD                       cCrlEncoded;
  PCRL_BLOB                   rgCrlEncoded;
  DWORD                       cAuthAttr;
  PCRYPT_ATTRIBUTE            rgAuthAttr;
  DWORD                       cUnauthAttr;
  PCRYPT_ATTRIBUTE            rgUnauthAttr;
} CMSG_AUTH_ENVELOPED_ENCODE_INFO, *PCMSG_AUTH_ENVELOPED_ENCODE_INFO;

Members

cbSize

ContentEncryptionAlgorithm

cRecipients

rgCmsRecipients

cCertEncoded

rgCertEncoded

cCrlEncoded

rgCrlEncoded

cAuthAttr

rgAuthAttr

cUnauthAttr

rgUnauthAttr

Requisitos

Requisito Value
Encabezado wincrypt.h