DTSSignatureStatus Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Describes the status of the digital signature.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSSS_GOOD | The signature is valid. | |
| DTSSS_INVALID | The signature is not valid. | |
| DTSSS_NOTPRESENT | The signature is not present. | |
| DTSSS_UNTRUSTED | The signature is from an untrusted source. |
For more information, see DTSSignatureStatus.
Show: