Share via


DTSSignatureStatus Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Describes the status of the digital signature.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Enumeration DTSSignatureStatus
'Usage
Dim instance As DTSSignatureStatus
public enum DTSSignatureStatus
public enum class DTSSignatureStatus
type DTSSignatureStatus
public enum DTSSignatureStatus

Members

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.

Remarks

For more information, see DTSSignatureStatus.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace