IOCSPProperty::get_Value method (certadm.h)

The Value property gets or sets the data part of the name-value pair represented by an OCSPProperty object.

This property is read/write.

Syntax

HRESULT get_Value(
  VARIANT *pVal
);

Parameters

pVal

Return value

None

Remarks

For possible values of newVal and 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