ICspAlgorithms 接口 (certenroll.h)

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

继承

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

方法

ICspAlgorithms 接口具有这些方法。

 
ICspAlgorithms::Add

将 ICspAlgorithm 对象添加到集合。
ICspAlgorithms::Clear

从集合中删除所有 ICspAlgorithm 对象。
ICspAlgorithms::get__NewEnum

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

检索集合中 ICspAlgorithm 对象的数目。
ICspAlgorithms::get_IndexByObjectId

按对象标识符 (OID) 检索 ICspAlgorithm 对象的索引。
ICspAlgorithms::get_ItemByIndex

按索引号从集合中检索 ICspAlgorithm 对象。
ICspAlgorithms::get_ItemByName

按名称从集合中检索 ICspAlgorithm 对象。
ICspAlgorithms::Remove

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

要求

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

另请参阅

CertEnroll 接口

IDispatch