CertSrvConfigUtilGetBooleanEntry Method
Requests a named configuration entry value of type of boolean.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public bool GetBooleanEntry(
string entryName,
string node = null
)
Public Function GetBooleanEntry (
entryName As String,
Optional node As String = Nothing
) As Boolean
public:
bool GetBooleanEntry(
String^ entryName,
String^ node = nullptr
)
member GetBooleanEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> bool
- entryName String
- Configuration entry name.
- node String (Optional)
- Optional node path under Certification Authority active node.
BooleanConfiguration entry value.
Active node is located at: System\CurrentControlSet\Services\CertSvc\Configuration\<CA_Name>