CertificateAuthority(String) Constructor
Note: This API is now obsolete.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
[ObsoleteAttribute("Deprecated. Use 'Connect(String)' static method instead.")]
public CertificateAuthority(
string computerName
)
<ObsoleteAttribute("Deprecated. Use 'Connect(String)' static method instead.")>
Public Sub New (
computerName As String
)
public:
[ObsoleteAttribute(L"Deprecated. Use 'Connect(String)' static method instead.")]
CertificateAuthority(
String^ computerName
)
[<ObsoleteAttribute("Deprecated. Use 'Connect(String)' static method instead.")>]
new :
computerName : string -> CertificateAuthority
Parameters
- computerName String
- Specifies the fully qualified domain name (FQDN) of the computer where Certificate Services
are installed.