IOCSPCAConfigurationCollection::DeleteCAConfiguration method (certadm.h)

The DeleteCAConfiguration method removes a named certification authority (CA) configuration from the configuration set.

Syntax

HRESULT DeleteCAConfiguration(
  [in] const BSTR bstrIdentifier
);

Parameters

[in] bstrIdentifier

A string that contains the name for the IOCSPCAConfiguration object.

Return value

None

Remarks

The bstrIdentifier value must be one previously set by the CreateCAConfiguration method.

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