共用方式為


IX509EnrollmentPolicyServer::GetCAsForTemplate 方法 (certenroll.h)

GetCAsForTemplate方法會擷取支援指定範本的憑證註冊伺服器集合。

語法

HRESULT GetCAsForTemplate(
  [in]          IX509CertificateTemplate  *pTemplate,
  [out, retval] ICertificationAuthorities **ppCAs
);

參數

[in] pTemplate

代表範本之 IX509CertificateTemplate介面的指標。

[out, retval] ppCAs

接收代表伺服器集合 之 ICertificationAuthorities 介面指標的變數位址。

傳回值

如果函式成功,函式會傳回 S_OK

如果函式失敗,它會傳回 指出錯誤的 HRESULT 值。 可能的值包括 (但不限於) 下表中的這些值。 如需常見錯誤碼的清單,請參閱 一般 HRESULT 值

傳回碼 Description
OLE_E_BLANK
IX509EnrollmentPolicyServer物件尚未初始化。

規格需求

   
最低支援的用戶端 Windows 7 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 R2 [僅限桌面應用程式]
目標平台 Windows
標頭 certenroll.h

另請參閱

IX509EnrollmentPolicyServer