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;否则为 false。 默认值为 true

实现

属性

适用于