Win32 API 日本語リファレンス
ホームSecurity.Cryptography.Certificates › IX509Enrollment

IX509Enrollment

COMIDispatch (デュアル)
IDispatch を実装(デュアルインターフェース)。HSP では comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。
IID728ab346-217d-11da-b2a4-000e7bbb2b09継承元IDispatch呼び出し名前(IDispatch) または vtbl自前メソッド開始 vtbl7

メソッド 23

vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。

vtblメソッド
7HRESULT Initialize(X509CertificateEnrollmentContext Context)
8HRESULT InitializeFromTemplateName(X509CertificateEnrollmentContext Context, LPWSTR strTemplateName)
9HRESULT InitializeFromRequest(IX509CertificateRequest* pRequest)
10HRESULT CreateRequest(EncodingType Encoding, LPWSTR* pValue)
11HRESULT Enroll()
12HRESULT InstallResponse(InstallResponseRestrictionFlags Restrictions, LPWSTR strResponse, EncodingType Encoding, LPWSTR strPassword)
13HRESULT CreatePFX(LPWSTR strPassword, PFXExportOptions ExportOptions, EncodingType Encoding, LPWSTR* pValue)
14HRESULT get_Request(IX509CertificateRequest** pValue)
15HRESULT get_Silent(VARIANT_BOOL* pValue)
16HRESULT put_Silent(VARIANT_BOOL Value)
17HRESULT get_ParentWindow(INT* pValue)
18HRESULT put_ParentWindow(INT Value)
19HRESULT get_NameValuePairs(IX509NameValuePairs** ppValue)
20HRESULT get_EnrollmentContext(X509CertificateEnrollmentContext* pValue)
21HRESULT get_Status(IX509EnrollmentStatus** ppValue)
22HRESULT get_Certificate(EncodingType Encoding, LPWSTR* pValue)
23HRESULT get_Response(EncodingType Encoding, LPWSTR* pValue)
24HRESULT get_CertificateFriendlyName(LPWSTR* pValue)
25HRESULT put_CertificateFriendlyName(LPWSTR strValue)
26HRESULT get_CertificateDescription(LPWSTR* pValue)
27HRESULT put_CertificateDescription(LPWSTR strValue)
28HRESULT get_RequestId(INT* pValue)
29HRESULT get_CAConfigString(LPWSTR* pValue)