ReactOS 0.4.15-dev-7834-g00c4b3d
_CERT_CHAIN_ELEMENT Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CERT_CHAIN_ELEMENT:

Public Attributes

DWORD cbSize
 
PCCERT_CONTEXT pCertContext
 
CERT_TRUST_STATUS TrustStatus
 
PCERT_REVOCATION_INFO pRevocationInfo
 
PCERT_ENHKEY_USAGE pIssuanceUsage
 
PCERT_ENHKEY_USAGE pApplicationUsage
 
LPCWSTR pwszExtendedErrorInfo
 

Detailed Description

Definition at line 914 of file wincrypt.h.

Member Data Documentation

◆ cbSize

DWORD _CERT_CHAIN_ELEMENT::cbSize

Definition at line 915 of file wincrypt.h.

Referenced by testGetCertChain().

◆ pApplicationUsage

PCERT_ENHKEY_USAGE _CERT_CHAIN_ELEMENT::pApplicationUsage

Definition at line 920 of file wincrypt.h.

◆ pCertContext

◆ pIssuanceUsage

PCERT_ENHKEY_USAGE _CERT_CHAIN_ELEMENT::pIssuanceUsage

Definition at line 919 of file wincrypt.h.

◆ pRevocationInfo

PCERT_REVOCATION_INFO _CERT_CHAIN_ELEMENT::pRevocationInfo

Definition at line 918 of file wincrypt.h.

◆ pwszExtendedErrorInfo

LPCWSTR _CERT_CHAIN_ELEMENT::pwszExtendedErrorInfo

Definition at line 921 of file wincrypt.h.

◆ TrustStatus


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