iCspStatus::get_DisplayName 方法 (certenroll.h)
DisplayName 属性检索包含提供程序名称、算法名称和算法可执行的操作的字符串。
此属性为只读。
语法
HRESULT get_DisplayName(
BSTR *pValue
);
参数
pValue
返回值
无
备注
此属性返回的字符串的格式取决于提供程序是 CSP) (CryptoAPI 加密服务提供程序 还是加密 API:下一代 (CNG) 提供程序。
- CSP 的字符串格式为 ProviderName (KeyType) 其中 KeyType 为“签名”或“加密”。
- CNG 提供程序的字符串格式为 AlgorithmName,ProviderName ,其中 AlgorithmName 可以是“未知算法”。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | certenroll.h |
DLL | CertEnroll.dll |