Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
Requisiti
| Requisito | Value |
|---|---|
| Intestazione | wincrypt.h |