CertConfigDGetLocalActiveConfig Method
Retrieves the local certification authority if it is running.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public string GetLocalActiveConfig()
Public Function GetLocalActiveConfig As String
public:
virtual String^ GetLocalActiveConfig() sealed
abstract GetLocalActiveConfig : unit -> string
override GetLocalActiveConfig : unit -> string
String
Certification Authority configuration string in a 'HostName\CA Certificate Name' form. If no server found, the method returns NULL.
ICertConfigDGetLocalActiveConfig