IX509CertificateRequestCmc::get_SuppressOids method (certenroll.h)

The SuppressOids property retrieves a collection of extension or attribute object identifiers (OIDs) to be suppressed from the certificate during the encoding process.

This property is read-only.

Syntax

HRESULT get_SuppressOids(
  IObjectIds **ppValue
);

Parameters

ppValue

Return value

None

Remarks

Attributes and extensions are added to a certificate request when it is encoded or initialized. You can suppress the addition of default extensions and attributes by calling the SuppressDefaults property. For a CMC request, only the XCN_OID_REQUEST_CLIENT_INFO (IX509AttributeClientId) attribute is created by default. No extensions are added by default.

You must initialize the IX509CertificateRequestCmc 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

IX509CertificateRequestCmc