CertConfigDGetLocalActiveConfig Method |
Retrieves the local certification authority if it is running.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string GetLocalActiveConfig()
Public Function GetLocalActiveConfig As String
public:
virtual String^ GetLocalActiveConfig() sealed
abstract GetLocalActiveConfig : unit -> string
override GetLocalActiveConfig : unit -> string
Return Value
Type:
String
Certification Authority configuration string in a 'HostName\CA Certificate Name' form. If no server found, the method returns NULL.
Implements
ICertConfigDGetLocalActiveConfigSee Also