Application.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 runtime should check the digital signature of the package when loading the package.
public:
property bool CheckSignatureOnLoad { bool get(); void set(bool value); };
public bool CheckSignatureOnLoad { get; set; }
member this.CheckSignatureOnLoad : bool with get, set
Public Property CheckSignatureOnLoad As Boolean
Property Value
true if the runtime checks the digital signature when loading a package; otherwise, false. The default is true.
Remarks
For more information, see Identify the Source of Packages with Digital Signatures.
Important
When configured to check the signature of the package, Integration Services only checks whether the digital signature is present, is valid, and is from a trusted source. Integration Services does not check whether the package has been changed.