IX509CertificateRequest::get_SuppressDefaults method (certenroll.h)

The SuppressDefaults property specifies or retrieves a Boolean value that indicates whether the default extensions and attributes are included in the request. The defaults are represented by their object identifiers (OIDs).

This property is read/write.

Syntax

HRESULT get_SuppressDefaults(
  VARIANT_BOOL *pValue
);

Parameters

pValue

Return value

None

Remarks

You must initialize the request object before calling this property. Set this property before calling the Encode method to suppress inclusion and encoding of default extensions and attributes in the certificate request.

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

IX509CertificateRequest

IX509CertificateRequestCertificate

IX509CertificateRequestCmc

IX509CertificateRequestPkcs10

IX509CertificateRequestPkcs7

IX509SignatureInformation