Metodo ManagedHelper.GetRawCertData

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the raw certificate.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Function GetRawCertData ( _
    certObject As Object _
) As Byte()
'Utilizzo
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[]

Parametri

Valore restituito

Tipo: array<System.Byte[]
The returned certificate.

Implementa

IDTSManagedHelper100.GetRawCertData(Object)

Vedere anche

Riferimento

ManagedHelper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime