IX509CertificateRequestCertificate::get_Issuer method (certenroll.h)

The Issuer property specifies or retrieves the name of the certificate issuer.

This property is read/write.

Syntax

HRESULT get_Issuer(
  IX500DistinguishedName **ppValue
);

Parameters

ppValue

Return value

None

Remarks

If you do not specify this property before calling Encode, the property value is set by using the subject of the signing certificate. If no signing certificate was supplied, the property value is set by using the subject of the request object.

You must initialize the request object before calling this property. For more information, see any of the following methods:

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

IX509CertificateRequestCertificate