ReactOS 0.4.15-dev-7953-g1f49173
_CMSG_CTRL_KEY_TRANS_DECRYPT_PARA Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA:

Public Attributes

DWORD cbSize
 
HCRYPTPROV hCryptProv
 
DWORD dwKeySpec
 
PCMSG_KEY_TRANS_RECIPIENT_INFO pKeyTrans
 
DWORD dwRecipientIndex
 

Detailed Description

Definition at line 4073 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::cbSize

Definition at line 4074 of file wincrypt.h.

Referenced by CRYPT_ImportEncryptedKey().

◆ dwKeySpec

DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::dwKeySpec

Definition at line 4076 of file wincrypt.h.

Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().

◆ dwRecipientIndex

DWORD _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::dwRecipientIndex

Definition at line 4078 of file wincrypt.h.

Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().

◆ hCryptProv

HCRYPTPROV _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::hCryptProv

Definition at line 4075 of file wincrypt.h.

Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().

◆ pKeyTrans

PCMSG_KEY_TRANS_RECIPIENT_INFO _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA::pKeyTrans

Definition at line 4077 of file wincrypt.h.

Referenced by CRYPT_ImportEncryptedKey(), and CRYPT_ImportKeyTrans().


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