CertificateAuthority(String) Constructor

Note: This API is now obsolete.
Initializes a new instance of the CertificateAuthority class

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[ObsoleteAttribute("Deprecated. Use 'Connect(String)' static method instead.")]
public CertificateAuthority(
	string computerName
)

Parameters

computerName  String
Specifies the fully qualified domain name (FQDN) of the computer where Certificate Services are installed.

Exceptions

ArgumentNullExceptionTe computerName parameter is null or empty.
ServerUnavailableExceptionThe computer specified in the computerName parameter could not be contacted via remote registry.

See Also