IX509Extensions::get_IndexByObjectId method (certenroll.h)

The IndexByObjectId property retrieves the index of an extension in the collection by object identifier (OID).

This property is read-only.

Syntax

HRESULT get_IndexByObjectId(
  IObjectId *pObjectId,
  LONG      *pIndex
);

Parameters

pObjectId

pIndex

Return value

None

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

IX509Extension

IX509Extensions