Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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[]
Parameters
- pCertObj
Type: System.Object
The certificate data to get.
Return Value
Type: array<System.Byte[]
A Byte that contains the certificate data.
Remarks
For more information, see ManagedHelper.