Application.CheckSignatureOnLoad 屬性

定義

取得或設定值,指出執行階段是否應該在載入封裝時檢查封裝的數位簽章。

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

屬性值

Boolean

如果執行時間在載入封裝時檢查數位簽章則為 true;否則為 false。 預設值是 true。

備註

如需詳細資訊,請參閱 Identify the Source of Packages with Digital Signatures(使用數位簽章識別封裝來源)。

重要

當設定為檢查封裝的簽章時,Integration Services 只會檢查數位簽章是否存在、是否有效,以及是否來自信任的來源。 Integration Services 不會檢查封裝是否已變更。

適用於