CertificateAuthorityConnect Method
            Connects to a specified Certification Authority server. This method allows you to connect to either
            Standalone CA or Enterprise CA.
            
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public static CertificateAuthority Connect(
	string computerName
)
Public Shared Function Connect ( 
	computerName As String
) As CertificateAuthority
public:
static CertificateAuthority^ Connect(
	String^ computerName
)
static member Connect : 
        computerName : string -> CertificateAuthority 
- computerName  String
- Specifies the computer name to connect.
CertificateAuthorityA CertificationAuthority object.