Click or drag to resize

CertSrvRegManagerGetMultiStringConfigEntry Method

Gets the Certification Authority configuration registry entry multi-string value.

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

Parameters

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

Return Value

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

Implements

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