IDTSManagedHelper100.GetRawCertData(Object) Method

Definition

Returns the raw data for the certificate.

public:
 cli::array <System::Byte> ^ GetRawCertData(System::Object ^ pCertObj);
public byte[] GetRawCertData (object pCertObj);
abstract member GetRawCertData : obj -> byte[]
Public Function GetRawCertData (pCertObj As Object) As Byte()

Parameters

pCertObj
Object

The certificate data to get.

Returns

Byte[]

A Byte that contains the certificate data.

Remarks

For more information, see ManagedHelper.

Applies to