CertSrvRegManagerDGetConfigEntryT(String, String) Method

Gets the Certification Authority configuration registry entry 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 T GetConfigEntry<T>(
	string entryName,
	string node = null
)

Parameters

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

Type Parameters

T
Expected registry value type. Can be String, String[], Int32 or Byte[].

Return Value

T

[Missing <returns> documentation for "M:SysadminsLV.PKI.Dcom.Implementations.CertSrvRegManagerD.GetConfigEntry``1(System.String,System.String)"]

Implements

ICertRegManagerDGetConfigEntryT(String, String)

Exceptions

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

See Also