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.0.1.0 (4.0.1.0)
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.