CertSrvRegManagerDGetMultiStringConfigEntry Method

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

Definition

Namespace: SysadminsLV.PKI.Dcom.Implementations
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public string[] GetMultiStringConfigEntry(
	string entryName,
	string node = null
)

Parameters

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

Return Value

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

Implements

ICertRegManagerDGetMultiStringConfigEntry(String, String)

Exceptions

ArgumentNullExceptionentryName parameter is null.
ArgumentExceptionentryName parameter is empty string.
FileNotFoundExceptionRequested entry name not found.

See Also