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