IDTSPackage100.LoadUserCertificateByHash(Byte[]) Method

Definition

Loads the certificate for the package according to the certificate hash.

public:
 void LoadUserCertificateByHash(cli::array <System::Byte> ^ % ppsaCertHash);
[System.Runtime.InteropServices.DispId(59)]
public void LoadUserCertificateByHash (ref byte[] ppsaCertHash);
[<System.Runtime.InteropServices.DispId(59)>]
abstract member LoadUserCertificateByHash : Byte[] -> unit
Public Sub LoadUserCertificateByHash (ByRef ppsaCertHash As Byte())

Parameters

ppsaCertHash
Byte[]

A byte array that contains the hash of the certificate for the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to