Click or drag to resize

CertificateAuthorityConnect Method

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

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static CertificateAuthority Connect(
	string computerName
)

Parameters

computerName
Type: SystemString
Specifies the computer name to connect.

Return Value

Type: CertificateAuthority
A CertificationAuthority object.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf the computerName parameter is null or empty.
See Also