ICspStatus::get_DisplayName 方法 (certenroll.h)
DisplayName 屬性會擷取字串,其中包含提供者的名稱、演算法名稱和演算法可執行的作業。
這個屬性是唯讀的。
語法
HRESULT get_DisplayName(
BSTR *pValue
);
參數
pValue
傳回值
無
備註
此屬性所傳回的字串格式取決於提供者是 CryptoAPI 密碼編譯服務提供者 (CSP) 或密碼編譯 API:新一代 (CNG) 提供者。
- CSP 的字串格式為 ProviderName (KeyType) 其中 KeyType 為 “Signature” 或 “Encryption”。
- CNG 提供者的字串格式為 AlgorithmName,ProviderName, 其中 AlgorithmName 可以是“Unknown Algorithm”。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | certenroll.h |
Dll | CertEnroll.dll |