PackageRemote64Class.CheckSignatureOnLoad Property

Definition

Gets or sets a value indicating whether the digital signature is checked when a package is loaded.

public:
 virtual property bool CheckSignatureOnLoad { bool get(); void set(bool value); };
public virtual bool CheckSignatureOnLoad { get; set; }
member this.CheckSignatureOnLoad : bool with get, set
Public Overridable Property CheckSignatureOnLoad As Boolean

Property Value

true if the digital signature is validated when the package is loaded; otherwise, false. The default is true.

Implements

Remarks

If CheckSignatureOnLoad is enabled, Integration Services examines the package for a digital signature when the package is loaded. If the signature is valid, the package opens without any messages being sent to the user. If the certificate is not valid or not valid or not trusted, a warning message appears and allows the user to interactively decide whether to trust the contents.

Applies to