Share via


CERT_NAME_CONSTRAINTS_INFO structure (wincrypt.h)

La structure CERT_NAME_CONSTRAINTS_INFO contient des informations sur les certificats spécifiquement autorisés ou exclus de l’approbation.

Syntaxe

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;

Membres

cPermittedSubtree

DWORD indiquant le nombre de sous-arborescences dans le tableau rgPermittedSubtree .

rgPermittedSubtree

Tableau de structures CERT_GENERAL_SUBTREE , chacune identifiant un nom de certificat autorisé.

cExcludedSubtree

DWORD indiquant le nombre de sous-arborescences dans le tableau rgExcludedSubtree .

rgExcludedSubtree

Tableau de structures CERT_GENERAL_SUBTREE , chacune identifiant un nom de certificat exclu.

Configuration requise

   
Client minimal pris en charge Windows XP [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2003 [applications de bureau uniquement]
En-tête wincrypt.h