Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.92 KB

nf-casetup-icertsrvsetup-setwebcainformation.md

File metadata and controls

70 lines (58 loc) · 2.92 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:casetup.ICertSrvSetup.SetWebCAInformation
ICertSrvSetup::SetWebCAInformation (casetup.h)
Sets the certification authority (CA) information for the Certification Authority Web Enrollment role.
ICertSrvSetup interface [Security]
SetWebCAInformation method
ICertSrvSetup.SetWebCAInformation
ICertSrvSetup::SetWebCAInformation
SetWebCAInformation
SetWebCAInformation method [Security]
SetWebCAInformation method [Security]
ICertSrvSetup interface
casetup/ICertSrvSetup::SetWebCAInformation
security.icertsrvsetup_setwebcainformation
security\icertsrvsetup_setwebcainformation.htm
security
6c8d6b06-d36c-496f-8d5a-da20f09a2b0a
12/05/2018
ICertSrvSetup interface [Security],SetWebCAInformation method, ICertSrvSetup.SetWebCAInformation, ICertSrvSetup::SetWebCAInformation, SetWebCAInformation, SetWebCAInformation method [Security], SetWebCAInformation method [Security],ICertSrvSetup interface, casetup/ICertSrvSetup::SetWebCAInformation, security.icertsrvsetup_setwebcainformation
casetup.h
Windows
None supported
Windows Server 2008 [desktop apps only]
Casetup.idl
Certocm.dll
Windows
19H1
ICertSrvSetup::SetWebCAInformation
casetup/ICertSrvSetup::SetWebCAInformation
c++
APIRef
kbSyntax
COM
Certocm.dll
ICertSrvSetup.SetWebCAInformation

ICertSrvSetup::SetWebCAInformation

-description

The SetWebCAInformation method sets the certification authority (CA) information for the Certification Authority Web Enrollment role. You can use this method to enable certificate-related requests to a remote CA through a web interface.

-parameters

-param bstrCAConfiguration [in]

A string that contains a valid configuration for the CA. The string must be in the form ComputerName or ComputerName\CAName, where ComputerName is the network name of the CA host computer, and CAName is the common name of the CA.

-remarks

The SetWebCAInformation method pings the CA computer to verify that it is available on the network.

Upon success, SetWebCAInformation sets the ENUM_SETUPPROP_WEBCAMACHINE and ENUM_SETUPPROP_WEBCANAME properties for the Certification Authority Web Enrollment role configuration. For more information about setup properties, see CASetupProperty.

-see-also

ICertSrvSetup