Click or drag to resize

CertificateAuthorityRestart Method (String)

Restarts a specified Certification Authority service. This method restarts 'certsvc' service.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static void Restart(
	string computerName
)

Parameters

computerName
Type: SystemString
CA's computer host name. Can be either short (NetBIOS) or fully qualified (FQDN) name.
See Also