DTSSignatureStatus Enum
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.
Describes the status of the digital signature.
public enum class DTSSignatureStatus
public enum DTSSignatureStatus
type DTSSignatureStatus =
Public Enum DTSSignatureStatus
- Inheritance
-
DTSSignatureStatus
Fields
Name | Value | Description |
---|---|---|
DTSSS_INVALID | 0 | The signature is not valid. |
DTSSS_NOTPRESENT | 1 | The signature is not present. |
DTSSS_GOOD | 2 | The signature is valid. |
DTSSS_UNTRUSTED | 3 | The signature is from an untrusted source. |
Remarks
For more information, see DTSSignatureStatus.