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 | |
---|---|---|
CertificateContext | Infrastructure. | |
CertificateObject | Infrastructure. | |
CheckSignatureOnLoad | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
CheckSignature | Infrastructure. | |
LoadUserCertificateByHash | Infrastructure. | |
LoadUserCertificateByName | Infrastructure. |
Top