Click or drag to resize

CertificateAuthority Constructor (String)

Note: This API is now obsolete.

Initializes a new instance of the CertificateAuthority class

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

Parameters

computerName
Type: SystemString
Specifies the fully qualified domain name (FQDN) of the computer where Certificate Services are installed.
Exceptions
ExceptionCondition
ArgumentNullExceptionTe computerName parameter is null or empty.
ServerUnavailableExceptionThe computer specified in the computerName parameter could not be contacted via remote registry.
See Also