IDTSManagedHelper100.GetRawCertData(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.