IDTSPackageSigning100 インターフェイス

定義

パッケージ署名のインターフェイスを表します。

public interface class IDTSPackageSigning100
[System.Runtime.InteropServices.Guid("0634FCA4-31D7-401B-A78A-7BE45854287B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSPackageSigning100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("206E1E8C-F147-4F3A-8E9E-3B3E16F74106")]
public interface IDTSPackageSigning100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("E8C02BAF-7843-4F4E-8815-75B5426B136D")]
public interface IDTSPackageSigning100
[<System.Runtime.InteropServices.Guid("0634FCA4-31D7-401B-A78A-7BE45854287B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSPackageSigning100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("206E1E8C-F147-4F3A-8E9E-3B3E16F74106")>]
type IDTSPackageSigning100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("E8C02BAF-7843-4F4E-8815-75B5426B136D")>]
type IDTSPackageSigning100 = interface
Public Interface IDTSPackageSigning100
派生
属性

プロパティ

CertificateContext

パッケージに関連付けられている証明書のコンテキストを取得します。値の設定も可能です。

CertificateObject

パッケージに関連付けられている証明書オブジェクトを取得します。値の設定も可能です。

CheckSignatureOnLoad

パッケージの読み込み時に署名を確認するかどうかを取得します。値の設定も可能です。

メソッド

CheckSignature()

パッケージの署名を確認します。

LoadUserCertificateByHash(Byte[])

ハッシュを使用してユーザー証明書を読み込みます。

LoadUserCertificateByName(String)

名前でユーザー証明書を読み込みます。

適用対象