Win32 API 日本語リファレンス
ホームStorage.Packaging.Opc › IOpcSigningOptions

IOpcSigningOptions

COM
IID50d2d6a5-7aeb-46c0-b241-43ab0e9b407e継承元IUnknown自前メソッド開始 vtbl3

メソッド 17

vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。

vtblメソッド
3HRESULT GetSignatureId(LPWSTR* signatureId)
4HRESULT SetSignatureId(LPWSTR signatureId)
5HRESULT GetSignatureMethod(LPWSTR* signatureMethod)
6HRESULT SetSignatureMethod(LPWSTR signatureMethod)
7HRESULT GetDefaultDigestMethod(LPWSTR* digestMethod)
8HRESULT SetDefaultDigestMethod(LPWSTR digestMethod)
9HRESULT GetCertificateEmbeddingOption(OPC_CERTIFICATE_EMBEDDING_OPTION* embeddingOption)
10HRESULT SetCertificateEmbeddingOption(OPC_CERTIFICATE_EMBEDDING_OPTION embeddingOption)
11HRESULT GetTimeFormat(OPC_SIGNATURE_TIME_FORMAT* timeFormat)
12HRESULT SetTimeFormat(OPC_SIGNATURE_TIME_FORMAT timeFormat)
13HRESULT GetSignaturePartReferenceSet(IOpcSignaturePartReferenceSet** partReferenceSet)
14HRESULT GetSignatureRelationshipReferenceSet(IOpcSignatureRelationshipReferenceSet** relationshipReferenceSet)
15HRESULT GetCustomObjectSet(IOpcSignatureCustomObjectSet** customObjectSet)
16HRESULT GetCustomReferenceSet(IOpcSignatureReferenceSet** customReferenceSet)
17HRESULT GetCertificateSet(IOpcCertificateSet** certificateSet)
18HRESULT GetSignaturePartName(IOpcPartUri** signaturePartName)
19HRESULT SetSignaturePartName(IOpcPartUri* signaturePartName)