iCertificationAuthorities 接口 (certenroll.h)

ICertificationAuthorities 接口定义了管理 ICertificationAuthority 对象的集合的以下方法和属性。

继承

ICertificationAuthorities 接口继承自 IDispatch 接口。 ICertificationAuthorities 还具有以下类型的成员:

方法

ICertificationAuthorities 接口具有这些方法。

 
ICertificationAuthorities::Add

将 ICertificationAuthority 对象添加到集合。
ICertificationAuthorities::Clear

从集合中删除所有 ICertificationAuthority 对象。
ICertificationAuthorities::ComputeSiteCosts

当前未使用 。
ICertificationAuthorities::get__NewEnum

检索集合的枚举器。 (ICertificationAuthorities.get__NewEnum)
ICertificationAuthorities::get_Count

检索集合中的 ICertificationAuthority 对象数。
ICertificationAuthorities::get_ItemByIndex

按索引号从集合中检索 ICertificationAuthority 对象。
ICertificationAuthorities::get_ItemByName

按证书颁发机构名称从集合中检索 ICertificationAuthority 对象。
ICertificationAuthorities::Remove

按索引号从集合中删除 ICertificationAuthority 对象。

要求

要求
最低受支持的客户端 Windows 7 [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 R2 [仅限桌面应用]
目标平台 Windows
标头 certenroll.h

另请参阅

ICertificationAuthority

IDispatch