IOCSPCAConfiguration::get_Identifier method (certadm.h)

The Identifier property gets a name for the certification authority (CA) configuration. The default implementations of IOCSPAdmin and IOCSPCAConfigurationCollection set this value.

This property is read-only.

Syntax

HRESULT get_Identifier(
  BSTR *pVal
);

Parameters

pVal

Return value

None

Remarks

The name returned in pVal corresponds to the name used in the bstrIdentifier parameter of 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 Certserv.h)
Library Certadm.lib
DLL Certadm.dll

See also

IOCSPCAConfiguration