ホーム › Security.Cryptography.Certificates › IX509CertificateRevocationListEntries
IX509CertificateRevocationListEntries
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 8
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT get_ItemByIndex(INT Index, IX509CertificateRevocationListEntry** pVal) |
| 8 | HRESULT get_Count(INT* pVal) |
| 9 | HRESULT get__NewEnum(IUnknown** pVal) |
| 10 | HRESULT Add(IX509CertificateRevocationListEntry* pVal) |
| 11 | HRESULT Remove(INT Index) |
| 12 | HRESULT Clear() |
| 13 | HRESULT get_IndexBySerialNumber(EncodingType Encoding, LPWSTR SerialNumber, INT* pIndex) |
| 14 | HRESULT AddRange(IX509CertificateRevocationListEntries* pValue) |