IDTSPackage100.CheckSignatureOnLoad 属性

定义

获取或设置一个值,该值指示在从 XML 加载包时是否检查数字签名。

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

属性值

如果加载包时检查数字签名,则为 true;否则为 false。

属性

注解

此接口由 PackagePackageNeutral 接口实现。

适用于