CertSrvRegManagerDGetNumericConfigEntry Method
Gets the Certification Authority configuration registry entry numerical (integer) value.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public int GetNumericConfigEntry(
string entryName,
string node = null
)
Public Function GetNumericConfigEntry (
entryName As String,
Optional node As String = Nothing
) As Integer
public:
virtual int GetNumericConfigEntry(
String^ entryName,
String^ node = nullptr
) sealed
abstract GetNumericConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> int
override GetNumericConfigEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> int
- entryName String
- Configuration value name to retrieve.
- node String (Optional)
- Configuration node path under Configuration node. Optional.
Int32Requested entry value. If configuration entry does not exist, the method returns null.
ICertRegManagerDGetNumericConfigEntry(String, String)