PackageRemote64Class.IDTSPackageSigning100_CheckSignatureOnLoad Property
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.
Gets or sets a value that indicates whether the package checks the signature on loading.
public:
virtual property bool IDTSPackageSigning100_CheckSignatureOnLoad { bool get(); void set(bool value); };
public virtual bool IDTSPackageSigning100_CheckSignatureOnLoad { get; set; }
member this.IDTSPackageSigning100_CheckSignatureOnLoad : bool with get, set
Public Overridable Property IDTSPackageSigning100_CheckSignatureOnLoad As Boolean
Property Value
true if the package checks the signature on loading; otherwise, false.