IOCSPCAConfiguration::get_LocalRevocationInformation method (certadm.h)

The LocalRevocationInformation property gets or sets the certificate revocation list (CRL) of the local machine. This list provides additional revocation information, or supersedes information from the revocation provider configured by ProviderCLSID.

This property is read/write.

Syntax

HRESULT get_LocalRevocationInformation(
  VARIANT *pVal
);

Parameters

pVal

Return value

None

Remarks

The CRL used for the LocalRevocationInformation property can be signed or not signed. There is no signature verification for the CRL.

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

IOCSPCAConfiguration