ApplicationClass.CheckSignatureOnLoad 屬性

定義

取得或設定一個值,指示執行時是否應該檢查套件的數位簽章。

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

屬性值

若執行時在載入套件時檢查數位簽章,則為 true;否則,則為錯誤。 預設值為 True。

實作

屬性

適用於