CertSrvConfig Constructor

Initializes a new instance of CertSrvConfig from a string that contains a computer name where Certification Authority is installed.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
protected CertSrvConfig(
	string computerName
)

Parameters

computerName  String
computer name where Certification Authority is installed.

Exceptions

ArgumentExceptioncomputerName parameter cannot be null or empty string.
ServerUnavailableExceptionCertification Authority is not accessible via any supported protocol.

See Also