Interfaccia IDTSPackageSigning100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an interface for the package signing.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSPackageSigning100
'Utilizzo
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

Nel tipo IDTSPackageSigning100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CertificateContext Infrastruttura. Gets or sets the context of the certificate associated with the package.
Proprietà pubblica CertificateObject Infrastruttura. Gets or sets the certificate object associated with the package.
Proprietà pubblica CheckSignatureOnLoad Infrastruttura. Gets or sets whether the package checks the signature on loading.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CheckSignature Infrastruttura. Checks the signature of the package.
Metodo pubblico LoadUserCertificateByHash Infrastruttura. Loads the user certificate using hash.
Metodo pubblico LoadUserCertificateByName Infrastruttura. Loads the user certificate by name.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper