언어

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

속성 값

패키지를 적재할 때 디지털 서명이 확인되면 참입니다; 그렇지 않으면 거짓입니다.

특성

설명

이 인터페이스는 와 Package 인터페이스에 의해 PackageNeutral 구현됩니다.

적용 대상