Application.CheckSignatureOnLoad Property

Definition

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.

Applies to