다음을 통해 공유


IDTSPackageSigning100 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents an interface for the package signing.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSPackageSigning100
‘사용 방법
Dim instance As IDTSPackageSigning100
[GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSPackageSigning100
[GuidAttribute(L"47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSPackageSigning100
[<GuidAttribute("47A81B6C-72CA-42D0-BF1F-6DC3A9BC769D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSPackageSigning100 =  interface end
public interface IDTSPackageSigning100

IDTSPackageSigning100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 CertificateContext 인프라입니다. Gets or sets the context of the certificate associated with the package.
공용 속성 CertificateObject 인프라입니다. Gets or sets the certificate object associated with the package.
공용 속성 CheckSignatureOnLoad 인프라입니다. Gets or sets whether the package checks the signature on loading.

맨 위로 이동

메서드

  이름 설명
공용 메서드 CheckSignature 인프라입니다. Checks the signature of the package.
공용 메서드 LoadUserCertificateByHash 인프라입니다. Loads the user certificate using hash.
공용 메서드 LoadUserCertificateByName 인프라입니다. Loads the user certificate by name.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스