ManagedHelper.GetRawCertData(Object) Method

Definition

Gets the raw certificate.

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

Parameters

certObject
Object

The certificate object.

Returns

Byte[]

The returned certificate.

Implements

Applies to