Freigeben über


IDTSManagedHelper100.GetRawCertData-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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[]

Parameter

Rückgabewert

Typ: array<System.Byte[]
A Byte that contains the certificate data.

Hinweise

For more information, see ManagedHelper.

Siehe auch

Verweis

IDTSManagedHelper100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace