IDTSPackage100.LoadUserCertificateByName(String) Method

Definition

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

public:
 void LoadUserCertificateByName(System::String ^ SubjectName);
[System.Runtime.InteropServices.DispId(58)]
public void LoadUserCertificateByName (string SubjectName);
[<System.Runtime.InteropServices.DispId(58)>]
abstract member LoadUserCertificateByName : string -> unit
Public Sub LoadUserCertificateByName (SubjectName As String)

Parameters

SubjectName
String

The name of the certificate for the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to