Skip to content

Latest commit

 

History

History
117 lines (98 loc) · 4.17 KB

nf-certadm-iocspcaconfiguration-get_providerproperties.md

File metadata and controls

117 lines (98 loc) · 4.17 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:certadm.IOCSPCAConfiguration.get_ProviderProperties
IOCSPCAConfiguration::get_ProviderProperties (certadm.h)
Gets or sets information that provides certificate status responses. (Get)
IOCSPCAConfiguration interface [Security]
ProviderProperties property
IOCSPCAConfiguration.ProviderProperties
IOCSPCAConfiguration.get_ProviderProperties
IOCSPCAConfiguration::ProviderProperties
IOCSPCAConfiguration::get_ProviderProperties
IOCSPCAConfiguration::put_ProviderProperties
ProviderProperties property [Security]
ProviderProperties property [Security]
IOCSPCAConfiguration interface
certadm/IOCSPCAConfiguration::ProviderProperties
certadm/IOCSPCAConfiguration::get_ProviderProperties
certadm/IOCSPCAConfiguration::put_ProviderProperties
get_ProviderProperties
security.iocspcaconfiguration_providerproperties_method
security\iocspcaconfiguration_providerproperties_method.htm
security
60ac0123-9696-4893-ae2a-278b4e70c098
3/17/2021
IOCSPCAConfiguration interface [Security],ProviderProperties property, IOCSPCAConfiguration.ProviderProperties, IOCSPCAConfiguration.get_ProviderProperties, IOCSPCAConfiguration::ProviderProperties, IOCSPCAConfiguration::get_ProviderProperties, IOCSPCAConfiguration::put_ProviderProperties, ProviderProperties property [Security], ProviderProperties property [Security],IOCSPCAConfiguration interface, certadm/IOCSPCAConfiguration::ProviderProperties, certadm/IOCSPCAConfiguration::get_ProviderProperties, certadm/IOCSPCAConfiguration::put_ProviderProperties, get_ProviderProperties, security.iocspcaconfiguration_providerproperties_method
certadm.h
Certserv.h
Windows
None supported
Windows Server 2008 Datacenter, Windows Server 2008 Enterprise [desktop apps only]
Certadm.idl
Certadm.lib
Certadm.dll
Windows
19H1
IOCSPCAConfiguration::get_ProviderProperties
certadm/IOCSPCAConfiguration::get_ProviderProperties
c++
APIRef
kbSyntax
COM
Certadm.dll
IOCSPCAConfiguration.ProviderProperties
IOCSPCAConfiguration.get_ProviderProperties
IOCSPCAConfiguration.put_ProviderProperties

IOCSPCAConfiguration::get_ProviderProperties

-description

The ProviderProperties property gets or sets information that provides certificate status responses. The revocation information provider configured in the ProviderCLSID property uses certificate revocation lists (CRLs) specified in this property to provide responses.

This property is read/write.

-parameters

-remarks

The VARIANT returned in pVal is a pointer to a safe array that contains the properties as name-value pairs.

This array is a two-dimensional array of elements, each of type VARIANT. The array contains one row for each named property in the collection. Each row contains two columns: the property name and the property value.

The following table lists the possible named property values and their data types for the default revocation provider:

Name Data type
BaseCrl REG_BINARY
BaseCrlUrls REG_MULTI_SZ
CrlUrlTimeout DWORD
DeltaCrl REG_BINARY
DeltaCrlUrls REG_MULTI_SZ
RefreshTimeOut DWORD
RevocationErrorCode DWORD
IssuedSerialNumbersDirectories REG_MULTI_SZ

Note: IssuedSerialNumberDirectories is not supported on Windows Server 2008.

-see-also

IOCSPCAConfiguration