Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the raw certificate.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetRawCertData ( _
certObject As Object _
) As Byte()
'Usage
Dim instance As ManagedHelper
Dim certObject As Object
Dim returnValue As Byte()
returnValue = instance.GetRawCertData(certObject)
public byte[] GetRawCertData(
Object certObject
)
public:
virtual array<unsigned char>^ GetRawCertData(
Object^ certObject
) sealed
abstract GetRawCertData :
certObject:Object -> byte[]
override GetRawCertData :
certObject:Object -> byte[]
public final function GetRawCertData(
certObject : Object
) : byte[]
Parameters
- certObject
Type: System.Object
The certificate object.
Return Value
Type: array<System.Byte[]
The returned certificate.
Implements
IDTSManagedHelper100.GetRawCertData(Object)