Click or drag to resize

CertSrvRegManagerD.GetBooleanConfigEntry Method

Gets the Certification Authority configuration registry entry boolean value.

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public bool GetBooleanConfigEntry(
	string entryName,
	string node = null
)

Parameters

entryName
Type: System.String
Configuration value name to retrieve.
node (Optional)
Type: System.String
Configuration node path under Configuration node. Optional.

Return Value

Type: Boolean
Requested entry value. If configuration entry does not exist, the method returns null.

Implements

ICertRegManagerD.GetBooleanConfigEntry(String, String)
Exceptions
ExceptionCondition
ArgumentNullExceptionentryName parameter is null.
ArgumentExceptionentryName parameter is empty string.
FileNotFoundExceptionRequested entry name not found.
See Also