ReactOS 0.4.15-dev-8061-g57b775e
_CTL_INFO Struct Reference

#include <wincrypt.h>

Collaboration diagram for _CTL_INFO:

Public Attributes

DWORD dwVersion
 
CTL_USAGE SubjectUsage
 
CRYPT_DATA_BLOB ListIdentifier
 
CRYPT_INTEGER_BLOB SequenceNumber
 
FILETIME ThisUpdate
 
FILETIME NextUpdate
 
CRYPT_ALGORITHM_IDENTIFIER SubjectAlgorithm
 
DWORD cCTLEntry
 
PCTL_ENTRY rgCTLEntry
 
DWORD cExtension
 
PCERT_EXTENSION rgExtension
 

Detailed Description

Definition at line 729 of file wincrypt.h.

Member Data Documentation

◆ cCTLEntry

DWORD _CTL_INFO::cCTLEntry

Definition at line 737 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ cExtension

DWORD _CTL_INFO::cExtension

Definition at line 739 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ dwVersion

DWORD _CTL_INFO::dwVersion

Definition at line 730 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ ListIdentifier

CRYPT_DATA_BLOB _CTL_INFO::ListIdentifier

Definition at line 732 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ NextUpdate

FILETIME _CTL_INFO::NextUpdate

Definition at line 735 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ rgCTLEntry

PCTL_ENTRY _CTL_INFO::rgCTLEntry

Definition at line 738 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ rgExtension

PCERT_EXTENSION _CTL_INFO::rgExtension

Definition at line 740 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ SequenceNumber

CRYPT_INTEGER_BLOB _CTL_INFO::SequenceNumber

Definition at line 733 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ SubjectAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CTL_INFO::SubjectAlgorithm

Definition at line 736 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ SubjectUsage

CTL_USAGE _CTL_INFO::SubjectUsage

Definition at line 731 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ ThisUpdate

FILETIME _CTL_INFO::ThisUpdate

Definition at line 734 of file wincrypt.h.

Referenced by CertAddCTLContextToStore(), and compareCTLInfo().


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