IDTSPackage100.CheckSignature Method

Definition

Checks the status of the digital signature of the package.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSSignatureStatus CheckSignature();
[System.Runtime.InteropServices.DispId(57)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSSignatureStatus CheckSignature ();
[<System.Runtime.InteropServices.DispId(57)>]
abstract member CheckSignature : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSSignatureStatus
Public Function CheckSignature () As DTSSignatureStatus

Returns

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

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to