IOCSPPropertyCollection interface
The IOCSPPropertyCollection interface represents a set of configurable attribute properties (name-value pairs) for an Online Certificate Status Protocol (OCSP) service. Microsoft provides a default implementation of this interface in the OCSPPropertyCollection class.
In C++, you create an instance of this interface by calling the CoCreateInstance function with the CLSID_OCSPPropertyCollection class identifier.
In Visual Basic Scripting Edition, you create an instance of the OCSPPropertyCollection object.
Members
The IOCSPPropertyCollection interface inherits from the IDispatch interface. IOCSPPropertyCollection also has these types of members:
Methods
The IOCSPPropertyCollection interface has these methods.
| Method | Description |
|---|---|
| CreateProperty |
Creates a new property and adds it to a property set. |
| DeleteProperty |
Removes a named property from a property set. |
| GetAllProperties |
Gets all properties in a property set. |
| InitializeFromProperties |
Creates a property set from the properties contained in an existing server configuration. |
Properties
The IOCSPPropertyCollection interface has these properties.
| Property | Description |
|---|---|
|
Gets an enumerator for a property set. | |
|
Gets the number of properties in a property set. | |
|
Gets the property identified by index in a property set. | |
|
Gets the property identified by name in a property set. |
Remarks
The IOCSPPropertyCollection contains attributes for the following:
- Web proxy settings that include the number of threads and number of cache entries
- Audit settings that include start/stop, configuration change, security change, and request events
- Security settings that include ACEs for IOCSPAdmin interfaces
All OCSP attribute information is stored in the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OCSPSvc\Responder
OCSP attributes govern OCSP responder service behavior for all CA configurations. For more information on CA configurations, see the IOCSPCAConfiguration interface topic.
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only] |
|
Header |
|
|
IDL |
|
|
Library |
|
|
DLL |
|
|
IID |
IID_IOCSPPropertyCollection is defined as 2597C18D-54E6-4B74-9FA9-A6BFDA99CBBE |
Send comments about this topic to Microsoft
Build date: 10/26/2012