IX509Attributes::Add method (certenroll.h)

The Add method adds an IX509Attribute object to the collection.

Syntax

HRESULT Add(
  [in] IX509Attribute *pVal
);

Parameters

[in] pVal

Pointer to an IX509Attribute interface that represents the attribute to add to the collection.

Return value

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

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

IX509Attribute

IX509AttributeExtensions

IX509Attributes