Share via


IDTSPackageSigning100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("A896D87C-D1B2-4FAE-9339-CFAFEFE617BE")> _
<InterfaceTypeAttribute()> _
Public Interface IDTSPackageSigning100
'Usage
Dim instance As IDTSPackageSigning100
[GuidAttribute("A896D87C-D1B2-4FAE-9339-CFAFEFE617BE")]
[InterfaceTypeAttribute()]
public interface IDTSPackageSigning100
[GuidAttribute(L"A896D87C-D1B2-4FAE-9339-CFAFEFE617BE")]
[InterfaceTypeAttribute()]
public interface class IDTSPackageSigning100
[<GuidAttribute("A896D87C-D1B2-4FAE-9339-CFAFEFE617BE")>]
[<InterfaceTypeAttribute()>]
type IDTSPackageSigning100 =  interface end
public interface IDTSPackageSigning100

The IDTSPackageSigning100 type exposes the following members.

Properties

  Name Description
Public property CertificateContext Infrastructure.
Public property CertificateObject Infrastructure.
Public property CheckSignatureOnLoad Infrastructure.

Top

Methods

  Name Description
Public method CheckSignature Infrastructure.
Public method LoadUserCertificateByHash Infrastructure.
Public method LoadUserCertificateByName Infrastructure.

Top