PackageClass.CheckSignature Method

Definition

Checks the status of the digital signature of the package.

public:
 virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSSignatureStatus CheckSignature() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100::CheckSignature;
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSSignatureStatus CheckSignature ();
abstract member CheckSignature : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSSignatureStatus
override this.CheckSignature : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSSignatureStatus
Public Overridable Function CheckSignature () As DTSSignatureStatus

Returns

One of the enumeration values that indicates the status of the digital signature.

Implements

Remarks

For more information, see Package.

Applies to