IOCSPProperty::get_Name method (certadm.h)

The Name property gets the identifier part of the name-value pair represented by an OCSPProperty object.

This property is read-only.

Syntax

HRESULT get_Name(
  BSTR *pVal
);

Parameters

pVal

Return value

None

Remarks

For possible values of pVal, see OCSPServiceProperties or ProviderProperties.

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

IOCSPProperty