共用方式為


ICertPropertyAutoEnroll::get_TemplateName 方法 (certenroll.h)

TemplateName 屬性會擷取字串,其中包含憑證可用於自動註冊的範本名稱。

這個屬性是唯讀的。

語法

HRESULT get_TemplateName(
  BSTR *pValue
);

參數

pValue

傳回值

備註

呼叫 Initialize 方法以指定屬性值。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 certenroll.h
Dll CertEnroll.dll

另請參閱

ICertProperty

ICertPropertyAutoEnroll