ReactOS 0.4.16-dev-1948-gd260c1d
_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 841 of file wincrypt.h.

Member Data Documentation

◆ cCTLEntry

DWORD _CTL_INFO::cCTLEntry

Definition at line 849 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ cExtension

DWORD _CTL_INFO::cExtension

Definition at line 851 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ dwVersion

DWORD _CTL_INFO::dwVersion

Definition at line 842 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ ListIdentifier

CRYPT_DATA_BLOB _CTL_INFO::ListIdentifier

Definition at line 844 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ NextUpdate

FILETIME _CTL_INFO::NextUpdate

Definition at line 847 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ rgCTLEntry

PCTL_ENTRY _CTL_INFO::rgCTLEntry

Definition at line 850 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ rgExtension

PCERT_EXTENSION _CTL_INFO::rgExtension

Definition at line 852 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ SequenceNumber

CRYPT_INTEGER_BLOB _CTL_INFO::SequenceNumber

Definition at line 845 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ SubjectAlgorithm

CRYPT_ALGORITHM_IDENTIFIER _CTL_INFO::SubjectAlgorithm

Definition at line 848 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ SubjectUsage

CTL_USAGE _CTL_INFO::SubjectUsage

Definition at line 843 of file wincrypt.h.

Referenced by compareCTLInfo().

◆ ThisUpdate

FILETIME _CTL_INFO::ThisUpdate

Definition at line 846 of file wincrypt.h.

Referenced by CertAddCTLContextToStore(), and compareCTLInfo().


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