IDTSPackage100.LoadUserCertificateByHash Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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[]
)
Parameters
- ppsaCertHash
Type: array<System.Byte[]%
A byte array that contains the hash of the certificate for the package.
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.