Click or drag to resize

CertSrvConfigUtilGetBooleanEntry Method

Requests a named configuration entry value of type of boolean.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool GetBooleanEntry(
	string entryName,
	string node = null
)

Parameters

entryName
Type: SystemString
Configuration entry name.
node (Optional)
Type: SystemString
Optional node path under Certification Authority active node.

Return Value

Type: Boolean
Configuration entry value.
Remarks
Active node is located at: System\CurrentControlSet\Services\CertSvc\Configuration\<CA_Name>
See Also