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
)
Public Shared Function Connect (
computerName As String
) As CertificateAuthority
public:
static CertificateAuthority^ Connect(
String^ computerName
)
static member Connect :
computerName : string -> CertificateAuthority
Parameters
- computerName
- Type: SystemString
Specifies the computer name to connect.
Return Value
Type:
CertificateAuthorityA CertificationAuthority object.
Exceptions See Also