estrutura CERT_NAME_CONSTRAINTS_INFO (wincrypt.h)

A estrutura CERT_NAME_CONSTRAINTS_INFO contém informações sobre certificados especificamente permitidos ou excluídos da confiança.

Sintaxe

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;

Membros

cPermittedSubtree

DWORD que indica o número de subárvores na matriz rgPermittedSubtree .

rgPermittedSubtree

Matriz de estruturas CERT_GENERAL_SUBTREE , cada uma identificando um nome de certificado permitido.

cExcludedSubtree

DWORD que indica o número de subárvores na matriz rgExcludedSubtree .

rgExcludedSubtree

Matriz de estruturas CERT_GENERAL_SUBTREE , cada uma identificando um nome de certificado excluído.

Requisitos

   
Cliente mínimo com suporte Windows XP [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2003 [somente aplicativos da área de trabalho]
Cabeçalho wincrypt.h