Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Loads the certificate for the package according to the certificate hash.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub LoadUserCertificateByHash ( _
ByRef ppsaCertHash As Byte() _
)
'Usage
Dim instance As IDTSPackage100
Dim ppsaCertHash As Byte()
instance.LoadUserCertificateByHash(ppsaCertHash)
void LoadUserCertificateByHash(
ref byte[] ppsaCertHash
)
void LoadUserCertificateByHash(
[InAttribute] array<unsigned char>^% ppsaCertHash
)
abstract LoadUserCertificateByHash :
ppsaCertHash:byte[] byref -> unit
function LoadUserCertificateByHash(
ppsaCertHash : byte[]
)
Parameter
- ppsaCertHash
Typ: array<System.Byte[]%
A byte array that contains the hash of the certificate for the package.
Hinweise
This interface is implemented by the Package and PackageNeutral interfaces.