ICertSrvSetupKeyInformationCollection::get__NewEnum method (casetup.h)

The _NewEnum property gets an enumerator for the information set.

This property is read-only.

Syntax

HRESULT get__NewEnum(
  IUnknown **ppVal
);

Parameters

ppVal

Return value

None

Remarks

This property is provided for internal use by the For Each statement in Visual Basic Scripting Edition (VBScript) and C#. To enumerate the collection of properties with C++, use the Count and Item properties defined by the ICertSrvSetupKeyInformationCollection interface.

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 casetup.h
DLL Certocm.dll

See also

ICertSrvSetupKeyInformationCollection