GetRawCertData méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ManagedHelper.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans 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
Valeur de retour
Type : array<System. . :: . .Byte> [] () [] []