IOCSPPropertyCollection::D eleteProperty 方法 (certadm.h)

DeleteProperty 方法从属性集中删除命名属性。

语法

HRESULT DeleteProperty(
  [in] const BSTR bstrPropName
);

参数

[in] bstrPropName

一个字符串,其中包含要移除的属性的名称。

返回值

要求

要求
最低受支持的客户端 无受支持的版本
最低受支持的服务器 Windows Server 2008 Datacenter、Windows Server 2008 企业版 [仅限桌面应用]
目标平台 Windows
标头 certadm.h (包括 Certserv.h)
Library Certadm.lib
DLL Certadm.dll

另请参阅

IOCSPPropertyCollection