Click or drag to resize

CertificateAuthorityStop Method (String)

Stops Certification Authority service on a specified server.

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

Parameters

computerName
Type: SystemString
CA's computer host name. Can be either short (NetBIOS) or fully qualified (FQDN) name.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe service is already stopped.
See Also