Méthode IDTSManagedHelper100.GetRawCertData
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Returns the raw data for the certificate.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Function GetRawCertData ( _
pCertObj As Object _
) As Byte()
'Utilisation
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[]
Paramètres
- pCertObj
Type : System.Object
The certificate data to get.
Valeur de retour
Type : array<System.Byte[]
A Byte that contains the certificate data.
Notes
For more information, see ManagedHelper.