ICertRegManagerDGetConfigEntry(String, String) Method
Gets the Certification Authority configuration registry entry value.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
Object GetConfigEntry(
string entryName,
string node = null
)
Function GetConfigEntry (
entryName As String,
Optional node As String = Nothing
) As Object
Object^ GetConfigEntry(
String^ entryName,
String^ node = nullptr
)
abstract GetConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> Object
- entryName String
- Configuration value name to retrieve.
- node String (Optional)
- Configuration node path under Configuration node. Optional.
ObjectRequested entry value. If configuration entry does not exist, the method returns null.