Compartilhar via


Interface IDTSPackageSigning100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an interface for the package signing.

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

Sintaxe

'Declaração
<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSPackageSigning100
'Uso
Dim instance As IDTSPackageSigning100
[GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSPackageSigning100
[GuidAttribute(L"47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSPackageSigning100
[<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSPackageSigning100 =  interface end
public interface IDTSPackageSigning100

O tipo IDTSPackageSigning100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública CertificateContext Infraestrutura. Gets or sets the context of the certificate associated with the package.
Propriedade pública CertificateObject Infraestrutura. Gets or sets the certificate object associated with the package.
Propriedade pública CheckSignatureOnLoad Infraestrutura. Gets or sets whether the package checks the signature on loading.

Início

Métodos

  Nome Descrição
Método público CheckSignature Infraestrutura. Checks the signature of the package.
Método público LoadUserCertificateByHash Infraestrutura. Loads the user certificate using hash.
Método público LoadUserCertificateByName Infraestrutura. Loads the user certificate by name.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper