ReactOS 0.4.15-dev-7842-g558ab78
_CTL_CONTEXT Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CTL_CONTEXT:

Public Attributes

DWORD dwMsgAndCertEncodingType
 
BYTEpbCtlEncoded
 
DWORD cbCtlEncoded
 
PCTL_INFO pCtlInfo
 
HCERTSTORE hCertStore
 
HCRYPTMSG hCryptMsg
 
BYTEpbCtlContext
 
DWORD cbCtlContext
 

Detailed Description

Definition at line 743 of file wincrypt.h.

Member Data Documentation

◆ cbCtlContext

DWORD _CTL_CONTEXT::cbCtlContext

Definition at line 751 of file wincrypt.h.

Referenced by CertCreateCTLContext(), and compare_ctl_existing().

◆ cbCtlEncoded

◆ dwMsgAndCertEncodingType

DWORD _CTL_CONTEXT::dwMsgAndCertEncodingType

Definition at line 744 of file wincrypt.h.

Referenced by CertCreateCTLContext(), and testCreateCTL().

◆ hCertStore

HCERTSTORE _CTL_CONTEXT::hCertStore

◆ hCryptMsg

HCRYPTMSG _CTL_CONTEXT::hCryptMsg

Definition at line 749 of file wincrypt.h.

Referenced by CertCreateCTLContext(), and CTL_free().

◆ pbCtlContext

BYTE* _CTL_CONTEXT::pbCtlContext

Definition at line 750 of file wincrypt.h.

Referenced by CertCreateCTLContext(), compare_ctl_existing(), and CTL_free().

◆ pbCtlEncoded

◆ pCtlInfo

PCTL_INFO _CTL_CONTEXT::pCtlInfo

Definition at line 747 of file wincrypt.h.

Referenced by CertAddCTLContextToStore(), CertCreateCTLContext(), and CTL_free().


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