IDTSPackageSigning100.CheckSignatureOnLoad Property

Definition

Gets or sets whether the package checks the signature on loading.

public:
 property bool CheckSignatureOnLoad { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610678279)]
public bool CheckSignatureOnLoad { get; set; }
[<System.Runtime.InteropServices.DispId(1610678279)>]
member this.CheckSignatureOnLoad : bool with get, set
Public Property CheckSignatureOnLoad As Boolean

Property Value

True if the package checks the signature on loading; otherwise, false.

Attributes

Applies to