CertSrvRegManagerDGetConfigEntry Method (String, String) |
Gets the Certification Authority configuration registry entry value.
Namespace:
SysadminsLV.PKI.Dcom.Implementations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Object GetConfigEntry(
string entryName,
string node = null
)
Public Function GetConfigEntry (
entryName As String,
Optional node As String = Nothing
) As Object
public:
virtual Object^ GetConfigEntry(
String^ entryName,
String^ node = nullptr
) sealed
abstract GetConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> Object
override GetConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> Object
Parameters
- entryName
- Type: SystemString
Configuration value name to retrieve. - node (Optional)
- Type: SystemString
Configuration node path under Configuration node. Optional.
Return Value
Type:
ObjectRequested entry value. If configuration entry does not exist, the method returns null.
Implements
ICertRegManagerDGetConfigEntry(String, String)Exceptions Exception | Condition |
---|
ArgumentNullException | entryName parameter is null. |
ArgumentException | entryName parameter is empty string. |
See Also