IDTSPackageSigning100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface for the package signing.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | CertificateContext | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the context of the certificate associated with the package. |
![]() | CertificateObject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the certificate object associated with the package. |
![]() | CheckSignatureOnLoad | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets whether the package checks the signature on loading. |
| Name | Description | |
|---|---|---|
![]() | CheckSignature() | This API supports the product infrastructure and is not intended to be used directly from your code. Checks the signature of the package. |
![]() | LoadUserCertificateByHash(array<Byte>^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads the user certificate using hash. |
![]() | LoadUserCertificateByName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads the user certificate by name. |

