IOCSPCAConfigurationCollection::get__NewEnum method (certadm.h)

The _NewEnum property gets an enumerator for the configuration set.

To enumerate the collection of properties in C++, use the Count and Item properties defined by the IOCSPCAConfigurationCollection interface.

This property is read-only.

Syntax

HRESULT get__NewEnum(
  IUnknown **pVal
);

Parameters

pVal

Return value

None

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Target Platform Windows
Header certadm.h (include Certsrv.h)
Library Certadm.lib
DLL Certadm.dll

See also

IOCSPCAConfigurationCollection