ManagedHelper.GetRawCertData Method

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

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

Syntax

'Declaration
Public Function GetRawCertData ( _
    certObject As Object _
) As Byte()
'Usage
Dim instance As ManagedHelper
Dim certObject As Object
Dim returnValue As Byte()

returnValue = instance.GetRawCertData(certObject)
public byte[] GetRawCertData(
    Object certObject
)
public:
virtual array<unsigned char>^ GetRawCertData(
    Object^ certObject
) sealed
abstract GetRawCertData : 
        certObject:Object -> byte[] 
override GetRawCertData : 
        certObject:Object -> byte[] 
public final function GetRawCertData(
    certObject : Object
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]

Implements

IDTSManagedHelper100.GetRawCertData(Object)