Package.CheckSignature Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.