IDTSPackage100.LoadUserCertificateByName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.