Condividi tramite


CERT_NAME_CONSTRAINTS_INFO struttura (wincrypt.h)

La struttura CERT_NAME_CONSTRAINTS_INFO contiene informazioni sui certificati consentiti o esclusi dall'attendibilità.

Sintassi

typedef struct _CERT_NAME_CONSTRAINTS_INFO {
  DWORD                 cPermittedSubtree;
  PCERT_GENERAL_SUBTREE rgPermittedSubtree;
  DWORD                 cExcludedSubtree;
  PCERT_GENERAL_SUBTREE rgExcludedSubtree;
} CERT_NAME_CONSTRAINTS_INFO, *PCERT_NAME_CONSTRAINTS_INFO;

Members

cPermittedSubtree

DWORD che indica il numero di sottoalberi nella matrice rgPermittedSubtree .

rgPermittedSubtree

Matrice di strutture CERT_GENERAL_SUBTREE , ognuna che identifica un nome di certificato consentito.

cExcludedSubtree

DWORD che indica il numero di sottoalberi nella matrice rgExcludedSubtree .

rgExcludedSubtree

Matrice di strutture CERT_GENERAL_SUBTREE , ognuna che identifica un nome di certificato escluso.

Requisiti

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