Package.CheckSignature Method

Definition

Checks the status of the digital signature of the package.

public:
 Microsoft::SqlServer::Dts::Runtime::DTSSignatureStatus CheckSignature();
public Microsoft.SqlServer.Dts.Runtime.DTSSignatureStatus CheckSignature ();
member this.CheckSignature : unit -> Microsoft.SqlServer.Dts.Runtime.DTSSignatureStatus
Public Function CheckSignature () As DTSSignatureStatus

Returns

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

Remarks

For more information, see Identify the Source of Packages with Digital Signatures.

Important

When configured to check the signature of a package, Integration Services only checks whether the digital signature is present, is valid, and is from a trusted source. Integration Services does not check whether the package has been changed.

Applies to