ホーム › Security.Cryptography.Certificates › IX509CertificateRevocationListEntry
IX509CertificateRevocationListEntry
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 7
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT Initialize(EncodingType Encoding, LPWSTR SerialNumber, DOUBLE RevocationDate) |
| 8 | HRESULT get_SerialNumber(EncodingType Encoding, LPWSTR* pValue) |
| 9 | HRESULT get_RevocationDate(DOUBLE* pValue) |
| 10 | HRESULT get_RevocationReason(CRLRevocationReason* pValue) |
| 11 | HRESULT put_RevocationReason(CRLRevocationReason Value) |
| 12 | HRESULT get_X509Extensions(IX509Extensions** ppValue) |
| 13 | HRESULT get_CriticalExtensions(IObjectIds** ppValue) |