ICryptAttributes::Add 方法 (certenroll.h)

Add 方法将 ICryptAttribute 对象添加到集合中。

语法

HRESULT Add(
  [in] ICryptAttribute *pVal
);

参数

[in] pVal

指向表示要添加的属性的 ICryptAttribute 接口的指针。

返回值

如果函数成功,该函数将返回 S_OK

如果函数失败,它将返回指示错误的 HRESULT 值。 有关常见错误代码的列表,请参阅 常见 HRESULT 值

要求

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

另请参阅

ICryptAttribute

ICryptAttributes

IX509Attribute

IX509AttributeExtensions

IX509Attributes