PackageRemote32Class.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:
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.