Share via


ManagedHelper.GetRawCertData Method

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

Gets the raw certificate.

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[]
The returned certificate.

Implements

IDTSManagedHelper100.GetRawCertData(Object)

See Also

Reference

ManagedHelper Class

Microsoft.SqlServer.Dts.Runtime Namespace