CertificateAuthorityStop(String) Method

Stops Certification Authority service on a specified server.

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public static void Stop(
	string computerName
)

Parameters

computerName  String
CA's computer host name. Can be either short (NetBIOS) or fully qualified (FQDN) name.

Exceptions

InvalidOperationExceptionThe service is already stopped.

See Also