Metodo IDTSManagedHelper100.GetRawCertData
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Returns the raw data for the certificate.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Function GetRawCertData ( _
pCertObj As Object _
) As Byte()
'Utilizzo
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[]
Parametri
- pCertObj
Tipo: System.Object
The certificate data to get.
Valore restituito
Tipo: array<System.Byte[]
A Byte that contains the certificate data.
Osservazioni
For more information, see ManagedHelper.