Click or drag to resize

CertSrvRegManagerGetConfigEntryT Method (String, String)

Gets the Certification Authority configuration registry entry value.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public T GetConfigEntry<T>(
	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.

Type Parameters

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

Return Value

Type: T

[Missing <returns> documentation for "M:SysadminsLV.PKI.Management.CertificateServices.CertSrvRegManager.GetConfigEntry``1(System.String,System.String)"]

Implements

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