Share via


IDTSManagedHelper100.GetRawCertData Method

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

For more information, see ManagedHelper.

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

Syntax

'Declaration
Function GetRawCertData ( _
    pCertObj As Object _
) As Byte()
'Usage
Dim instance As IDTSManagedHelper100
Dim pCertObj As Object
Dim returnValue As Byte()

returnValue = instance.GetRawCertData(pCertObj)
byte[] GetRawCertData(
    Object pCertObj
)
array<unsigned char>^ GetRawCertData(
    [InAttribute] Object^ pCertObj
)
abstract GetRawCertData : 
        pCertObj:Object -> byte[] 
function GetRawCertData(
    pCertObj : Object
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]