ICertSrvSetupKeyInformationCollection::Add method (casetup.h)

The Add method adds an ICertSrvSetupKeyInformation object to the collection.

Syntax

HRESULT Add(
  [in] ICertSrvSetupKeyInformation *pIKeyInformation
);

Parameters

[in] pIKeyInformation

A pointer to an ICertSrvSetupKeyInformation object.

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

See also

ICertSrvSetupKeyInformationCollection