Share via


PackageRemote64Class.CheckSignature Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Checks the status of the digital signature of the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Function CheckSignature As DTSSignatureStatus
'Usage
Dim instance As PackageRemote64Class 
Dim returnValue As DTSSignatureStatus 

returnValue = instance.CheckSignature()
public virtual DTSSignatureStatus CheckSignature()
public:
virtual DTSSignatureStatus CheckSignature()
abstract CheckSignature : unit -> DTSSignatureStatus  
override CheckSignature : unit -> DTSSignatureStatus
public function CheckSignature() : DTSSignatureStatus

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSSignatureStatus
One of the enumeration values that indicates the status of the digital signature.

Implements

IDTSPackage100.CheckSignature()

See Also

Reference

PackageRemote64Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace