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