IX500DistinguishedName::get_EncodedName method (certenroll.h)

The EncodedName property retrieves a Unicode-encoded distinguished name.

This property is read-only.

Syntax

HRESULT get_EncodedName(
  EncodingType Encoding,
  BSTR         *pValue
);

Parameters

Encoding

pValue

Return value

None

Remarks

Call the Encode method to encode a distinguished name. Call the Decode method to decode a distinguished name.

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

IX500DistinguishedName