ICertAdmin2::GetCAPropertyDisplayName 方法 (certadm.h)
GetCAPropertyDisplayName 方法會擷取證書頒發機構單位 (CA) 屬性的屬性顯示名稱。 此方法最初是在 ICertAdmin 介面中定義。
語法
HRESULT GetCAPropertyDisplayName(
[in] const BSTR strConfig,
[in] LONG PropId,
[out] BSTR *pstrDisplayName
);
參數
[in] strConfig
代表 CA 的有效組態字串,格式為 COMPUTERNAME\CANAME,其中 COMPUTERNAME 是憑證服務伺服器的網路名稱,而 CANAME 是 CA 的一般名稱,如憑證服務設定期間輸入。 如需組態字串名稱的相關信息,請參閱 ICertConfig。
重要GetCAPropertyDisplayName 不會在設定字串變更時清除內部快取。 當您變更 CA 的組態字串時,您必須具現化新的 ICertAdmin 物件,並使用新的組態字串再次呼叫此方法。
[in] PropId
指定屬性識別碼。 如需此參數的相關信息,請參閱 ICertAdmin2::GetCAProperty 中的數據表。
[out] pstrDisplayName
表示屬性顯示名稱之字串的指標。
呼叫 SysFreeString 完成時,呼叫端必須負責釋放 BSTR。
傳回值
C++
傳回值為 HRESULT。 S_OK值表示方法成功。VB
表示屬性顯示名稱的字串。規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2003 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | certadm.h (包含 Certsrv.h) |
程式庫 | Certidl.lib |
Dll | Certadm.dll |