iCryptAttributes 接口 (certenroll.h)

ICryptAttributes 接口包含可用于管理 ICryptAttribute 对象的集合的方法和属性。

继承

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

方法

ICryptAttributes 接口具有以下方法。

 
ICryptAttributes::Add

将 ICryptAttribute 对象添加到集合。
ICryptAttributes::AddRange

向集合中添加一系列 ICryptAttribute 对象。 属性包含在另一个 ICryptAttributes 集合中。
ICryptAttributes::Clear

从集合中删除所有 ICryptAttribute 对象。
ICryptAttributes::get__NewEnum

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

检索集合中的 ICryptAttribute 对象数。
ICryptAttributes::get_IndexByObjectId

按对象标识符 (OID) 检索属性的索引。
ICryptAttributes::get_ItemByIndex

按索引号从集合中检索 ICryptAttribute 对象。
ICryptAttributes::Remove

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

要求

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

另请参阅

CertEnroll 接口

IDispatch