wincrypt.h) (CERT_NAME_CONSTRAINTS_INFO 结构

CERT_NAME_CONSTRAINTS_INFO结构包含有关专门允许或从信任中排除的证书的信息。

语法

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;

成员

cPermittedSubtree

指示 rgPermittedSubtree 数组中的子树数的 DWORD

rgPermittedSubtree

CERT_GENERAL_SUBTREE结构的数组,每个结构标识允许的证书名称。

cExcludedSubtree

指示 rgExcludedSubtree 数组中的子树数的 DWORD

rgExcludedSubtree

CERT_GENERAL_SUBTREE结构的数组,每个结构标识排除的证书名称。

要求

   
最低受支持的客户端 Windows XP [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
标头 wincrypt.h