PackageRemote64Class.LoadUserCertificateByHash(Byte[]) Method

Definition

Loads the user certificate using hash.

public:
 virtual void LoadUserCertificateByHash(cli::array <System::Byte> ^ % ppsaCertHash) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::LoadUserCertificateByHash;
public virtual void LoadUserCertificateByHash (ref byte[] ppsaCertHash);
abstract member LoadUserCertificateByHash : Byte[] -> unit
override this.LoadUserCertificateByHash : Byte[] -> unit
Public Overridable Sub LoadUserCertificateByHash (ByRef ppsaCertHash As Byte())

Parameters

ppsaCertHash
Byte[]

The hash of the certificate for the package.

Implements

Applies to