ホーム › Security.Cryptography.Certificates › IX509CertificateRevocationList
IX509CertificateRevocationList
COMIDispatch (デュアル)✅ IDispatch を実装(デュアルインターフェース)。HSP では
comobj 経由でメソッド名による遅延バインド呼び出しができます(vtableインデックス不要)。メソッド 31
vtbl = vtable インデックス(0始まり)。IDispatch 実装のため HSP ではメソッド名でも呼べます(上記)。低レベルの index 呼び出し用に vtbl も掲載。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 7 | HRESULT Initialize() |
| 8 | HRESULT InitializeDecode(LPWSTR strEncodedData, EncodingType Encoding) |
| 9 | HRESULT Encode() |
| 10 | HRESULT ResetForEncode() |
| 11 | HRESULT CheckPublicKeySignature(IX509PublicKey* pPublicKey) |
| 12 | HRESULT CheckSignature() |
| 13 | HRESULT get_Issuer(IX500DistinguishedName** ppValue) |
| 14 | HRESULT put_Issuer(IX500DistinguishedName* pValue) |
| 15 | HRESULT get_ThisUpdate(DOUBLE* pValue) |
| 16 | HRESULT put_ThisUpdate(DOUBLE Value) |
| 17 | HRESULT get_NextUpdate(DOUBLE* pValue) |
| 18 | HRESULT put_NextUpdate(DOUBLE Value) |
| 19 | HRESULT get_X509CRLEntries(IX509CertificateRevocationListEntries** ppValue) |
| 20 | HRESULT get_X509Extensions(IX509Extensions** ppValue) |
| 21 | HRESULT get_CriticalExtensions(IObjectIds** ppValue) |
| 22 | HRESULT get_SignerCertificate(ISignerCertificate** ppValue) |
| 23 | HRESULT put_SignerCertificate(ISignerCertificate* pValue) |
| 24 | HRESULT get_CRLNumber(EncodingType Encoding, LPWSTR* pValue) |
| 25 | HRESULT put_CRLNumber(EncodingType Encoding, LPWSTR Value) |
| 26 | HRESULT get_CAVersion(INT* pValue) |
| 27 | HRESULT put_CAVersion(INT pValue) |
| 28 | HRESULT get_BaseCRL(VARIANT_BOOL* pValue) |
| 29 | HRESULT get_NullSigned(VARIANT_BOOL* pValue) |
| 30 | HRESULT get_HashAlgorithm(IObjectId** ppValue) |
| 31 | HRESULT put_HashAlgorithm(IObjectId* pValue) |
| 32 | HRESULT get_AlternateSignatureAlgorithm(VARIANT_BOOL* pValue) |
| 33 | HRESULT put_AlternateSignatureAlgorithm(VARIANT_BOOL Value) |
| 34 | HRESULT get_SignatureInformation(IX509SignatureInformation** ppValue) |
| 35 | HRESULT get_RawData(EncodingType Encoding, LPWSTR* pValue) |
| 36 | HRESULT get_RawDataToBeSigned(EncodingType Encoding, LPWSTR* pValue) |
| 37 | HRESULT get_Signature(EncodingType Encoding, LPWSTR* pValue) |