IOCSPProperty interface (certadm.h)

The IOCSPProperty interface represents a name-value pair for OCSPServiceProperties or ProviderProperties.

Microsoft provides a default implementation of this interface in the OCSPProperty class. An OCSPProperty object cannot be created externally.

The default implementation of IOCSPPropertyCollection methods creates an OCSPProperty object and uses its properties.

Inheritance

The IOCSPProperty interface inherits from the IDispatch interface.

Methods

The IOCSPProperty interface has these methods.

 
IOCSPProperty::get_Modified

Gets a value that indicates whether an OCSPProperty object has been modified since it was instantiated.
IOCSPProperty::get_Name

Gets the identifier part of the name-value pair represented by an OCSPProperty object.
IOCSPProperty::get_Value

Gets or sets the data part of the name-value pair represented by an OCSPProperty object. (Get)
IOCSPProperty::put_Value

Gets or sets the data part of the name-value pair represented by an OCSPProperty object. (Put)

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)

See also

IDispatch