estructura CERT_GENERAL_SUBTREE (wincrypt.h)

La estructura CERT_GENERAL_SUBTREE se usa en CERT_NAME_CONSTRAINTS_INFO estructura. Esta estructura proporciona la identidad de un certificado que se puede incluir o excluir.

Sintaxis

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

Miembros

Base

CERT_ALT_NAME_ENTRY que contiene un identificador de nombre base de un certificado.

dwMinimum

No se usa actualmente.

fMaximum

No se usa actualmente.

dwMaximum

No se usa actualmente.

Requisitos

Requisito Value
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado wincrypt.h