PackageClass.CheckSignatureOnLoad Property

Definition

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 checked when a package is loaded; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to