ReactOS 0.4.15-dev-7842-g558ab78
_CRYPT_ENCRYPTED_CONTENT_INFO Struct Reference

#include <crypt32_private.h>

Collaboration diagram for _CRYPT_ENCRYPTED_CONTENT_INFO:

Public Attributes

LPSTR contentType
 
CRYPT_ALGORITHM_IDENTIFIER contentEncryptionAlgorithm
 
CRYPT_DATA_BLOB encryptedContent
 

Detailed Description

Definition at line 87 of file crypt32_private.h.

Member Data Documentation

◆ contentEncryptionAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CRYPT_ENCRYPTED_CONTENT_INFO::contentEncryptionAlgorithm

Definition at line 90 of file crypt32_private.h.

◆ contentType

LPSTR _CRYPT_ENCRYPTED_CONTENT_INFO::contentType

Definition at line 89 of file crypt32_private.h.

◆ encryptedContent

CRYPT_DATA_BLOB _CRYPT_ENCRYPTED_CONTENT_INFO::encryptedContent

Definition at line 91 of file crypt32_private.h.


The documentation for this struct was generated from the following file: