Condividi tramite


struttura CERT_GENERAL_SUBTREE (wincrypt.h)

La struttura CERT_GENERAL_SUBTREE viene usata nella struttura CERT_NAME_CONSTRAINTS_INFO . Questa struttura fornisce l'identità di un certificato che può essere incluso o escluso.

Sintassi

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 contenente un identificatore di nome di base di un certificato.

dwMinimum

Attualmente non usato.

fMaximum

Attualmente non usato.

dwMaximum

Attualmente non usato.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h