Delen via


IDTSPackage100.LoadUserCertificateByHash Method

This API supports the infrastructure and is not intended to be used directly from your code.

This interface is implemented by the Package and PackageNeutral interfaces.

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