PackageRemote64Class.LoadUserCertificateByHash Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Loads the user certificate using hash.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub LoadUserCertificateByHash ( _
ByRef ppsaCertHash As Byte() _
)
'Usage
Dim instance As PackageRemote64Class
Dim ppsaCertHash As Byte()
instance.LoadUserCertificateByHash(ppsaCertHash)
public virtual void LoadUserCertificateByHash(
ref byte[] ppsaCertHash
)
public:
virtual void LoadUserCertificateByHash(
[InAttribute] array<unsigned char>^% ppsaCertHash
)
abstract LoadUserCertificateByHash :
ppsaCertHash:byte[] byref -> unit
override LoadUserCertificateByHash :
ppsaCertHash:byte[] byref -> unit
public function LoadUserCertificateByHash(
ppsaCertHash : byte[]
)
Parameters
- ppsaCertHash
Type: array<System.Byte[]%
The hash of the certificate for the package.
Implements
IDTSPackage100.LoadUserCertificateByHash(array<Byte[]%)