CertificateAuthorityConnect Method

Connects to a specified Certification Authority server. This method allows you to connect to either Standalone CA or Enterprise CA.

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 CertificateAuthority Connect(
	string computerName
)

Parameters

computerName  String
Specifies the computer name to connect.

Return Value

CertificateAuthority
A CertificationAuthority object.

Exceptions

ArgumentNullExceptionIf the computerName parameter is null or empty.

See Also