CERT_GENERAL_SUBTREE structure (wincrypt.h)

The CERT_GENERAL_SUBTREE structure is used in CERT_NAME_CONSTRAINTS_INFO structure. This structure provides the identity of a certificate that can be included or excluded.

Syntax

typedef struct _CERT_GENERAL_SUBTREE {
  CERT_ALT_NAME_ENTRY Base;
  DWORD               dwMinimum;
  BOOL                fMaximum;
  DWORD               dwMaximum;
} CERT_GENERAL_SUBTREE, *PCERT_GENERAL_SUBTREE;

Members

Base

CERT_ALT_NAME_ENTRY containing a base name identifier of a certificate.

dwMinimum

Currently not used.

fMaximum

Currently not used.

dwMaximum

Currently not used.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header wincrypt.h