Compartir a través de


Interfaz IDTSPackageSigning100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an interface for the package signing.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<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

El tipo IDTSPackageSigning100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública CertificateContext Infraestructura. Gets or sets the context of the certificate associated with the package.
Propiedad pública CertificateObject Infraestructura. Gets or sets the certificate object associated with the package.
Propiedad pública CheckSignatureOnLoad Infraestructura. Gets or sets whether the package checks the signature on loading.

Arriba

Métodos

  Nombre Descripción
Método público CheckSignature Infraestructura. Checks the signature of the package.
Método público LoadUserCertificateByHash Infraestructura. Loads the user certificate using hash.
Método público LoadUserCertificateByName Infraestructura. Loads the user certificate by name.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper