IX500DistinguishedName::get_Name method (certenroll.h)

The Name property retrieves a distinguished name.

This property is read-only.

Syntax

HRESULT get_Name(
  BSTR *pValue
);

Parameters

pValue

Return value

None

Remarks

Call the Encode method to encode a distinguished name. Call the Decode method to decode a distinguished name. Call the EncodedName property to retrieve the name as an encoded string.

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