HResults.DTS_E_CANTGETCERTDATA Field

The raw certificate data cannot be obtained from the supplied certificate object (error: %1). This occurs when CPackage::put_CertificateObject cannot instantiate the ManagedHelper object, when the ManagedHelper object fails, or when the ManagedHelper object returns a malformed array.

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

Syntax

'Declaration
Public Const DTS_E_CANTGETCERTDATA As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_CANTGETCERTDATA
public const int DTS_E_CANTGETCERTDATA
public:
literal int DTS_E_CANTGETCERTDATA
static val mutable DTS_E_CANTGETCERTDATA: int
public const var DTS_E_CANTGETCERTDATA : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace