ホーム › Security.Cryptography.Certificates › IX509Enrollment
IX509Enrollment
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 23
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT Initialize(X509CertificateEnrollmentContext Context) |
| 8 | HRESULT InitializeFromTemplateName(X509CertificateEnrollmentContext Context, LPWSTR strTemplateName) |
| 9 | HRESULT InitializeFromRequest(IX509CertificateRequest* pRequest) |
| 10 | HRESULT CreateRequest(EncodingType Encoding, LPWSTR* pValue) |
| 11 | HRESULT Enroll() |
| 12 | HRESULT InstallResponse(InstallResponseRestrictionFlags Restrictions, LPWSTR strResponse, EncodingType Encoding, LPWSTR strPassword) |
| 13 | HRESULT CreatePFX(LPWSTR strPassword, PFXExportOptions ExportOptions, EncodingType Encoding, LPWSTR* pValue) |
| 14 | HRESULT get_Request(IX509CertificateRequest** pValue) |
| 15 | HRESULT get_Silent(VARIANT_BOOL* pValue) |
| 16 | HRESULT put_Silent(VARIANT_BOOL Value) |
| 17 | HRESULT get_ParentWindow(INT* pValue) |
| 18 | HRESULT put_ParentWindow(INT Value) |
| 19 | HRESULT get_NameValuePairs(IX509NameValuePairs** ppValue) |
| 20 | HRESULT get_EnrollmentContext(X509CertificateEnrollmentContext* pValue) |
| 21 | HRESULT get_Status(IX509EnrollmentStatus** ppValue) |
| 22 | HRESULT get_Certificate(EncodingType Encoding, LPWSTR* pValue) |
| 23 | HRESULT get_Response(EncodingType Encoding, LPWSTR* pValue) |
| 24 | HRESULT get_CertificateFriendlyName(LPWSTR* pValue) |
| 25 | HRESULT put_CertificateFriendlyName(LPWSTR strValue) |
| 26 | HRESULT get_CertificateDescription(LPWSTR* pValue) |
| 27 | HRESULT put_CertificateDescription(LPWSTR strValue) |
| 28 | HRESULT get_RequestId(INT* pValue) |
| 29 | HRESULT get_CAConfigString(LPWSTR* pValue) |