CertSrvRegManagerGetStringConfigEntry Method
Gets the Certification Authority configuration registry entry string value.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public string GetStringConfigEntry(
string entryName,
string node = null
)
Public Function GetStringConfigEntry (
entryName As String,
Optional node As String = Nothing
) As String
public:
virtual String^ GetStringConfigEntry(
String^ entryName,
String^ node = nullptr
) sealed
abstract GetStringConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> string
override GetStringConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> string
- entryName String
- Configuration value name to retrieve.
- node String (Optional)
- Configuration node path under Configuration node. Optional.
StringRequested entry value. If configuration entry does not exist, the method returns null.
ICertRegManagerDGetStringConfigEntry(String, String)