Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 PackageNeutralClass
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[]%)
Remarks
For more information, see Package.