ICertProperty::get_RawData method (certenroll.h)

The RawData property retrieves the value of the certificate property.

This property is read-only.

Syntax

HRESULT get_RawData(
  EncodingType Encoding,
  BSTR         *pValue
);

Parameters

Encoding

pValue

Return value

None

Remarks

Call PropertyId to identify the property to retrieve before calling the RawData property.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header certenroll.h
DLL CertEnroll.dll

See also

ICertProperty