Bagikan melalui


IDTSManagedHelper100.GetRawCertData Method

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

Returns the raw data for the certificate.

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[]
A Byte that contains the certificate data.

Remarks

For more information, see ManagedHelper.

See Also

Reference

IDTSManagedHelper100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace