IPolicyQualifier::get_RawData method (certenroll.h)

The RawData property retrieves the Distinguished Encoding Rules (DER) encoded qualifier object.

This property is read-only.

Syntax

HRESULT get_RawData(
  EncodingType Encoding,
  BSTR         *pValue
);

Parameters

Encoding

pValue

Return value

None

Remarks

You must call InitializeEncode to initialize the qualifier object before you can retrieve this property. The value retrieved is the DER-encoded byte array that contains the qualifier. The byte array is represented as a string. You can use the EncodingType enumeration to apply Unicode encoding to the string.

You can also retrieve the following properties for this object:

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

IPolicyQualifier