Click or drag to resize

CertSrvConfigUtil Constructor

Initializes a new instance of CertSrvConfigUtil class from Certification Authority server host name.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CertSrvConfigUtil(
	string computerName
)

Parameters

computerName
Type: SystemString
Server's NetBIOS or FQDN name. If this parameter is null, current computer name is used.
See Also