언어

IDTSApplication100.CheckSignatureOnLoad 속성

정의

런타임이 패키지를 로드할 때 디지털 서명을 확인해야 하는지 여부를 나타내는 값을 받거나 설정합니다.

public:
 property bool CheckSignatureOnLoad { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(18)]
public 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 Property CheckSignatureOnLoad As Boolean

속성 값

실행 시간이 패키지를 로드할 때 디지털 서명을 검사하면 참(true)입니다; 그렇지 않으면 거짓입니다.

특성

적용 대상