CertificateAuthorityStart Method (String) |
Starts 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 Start(
string computerName
)
Public Shared Sub Start (
computerName As String
)
public:
static void Start(
String^ computerName
)
static member Start :
computerName : string -> unit
Parameters
- computerName
- Type: SystemString
CA's computer host name. Can be either short (NetBIOS) or fully qualified (FQDN) name.
Exceptions See Also