CertSrvConfigUtilGetNumericEntry Method
Requests a named configuration entry value of type of numeric (integral) value.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public int GetNumericEntry(
string entryName,
string node = null
)
Public Function GetNumericEntry (
entryName As String,
Optional node As String = Nothing
) As Integer
public:
int GetNumericEntry(
String^ entryName,
String^ node = nullptr
)
member GetNumericEntry :
entryName : string *
?node : string
(* Defaults:
let _node = defaultArg node null
*)
-> int
- entryName String
- Configuration entry name.
- node String (Optional)
- Optional node path under Certification Authority active node.
Int32Configuration entry value.
Active node is located at: System\CurrentControlSet\Services\CertSvc\Configuration\<CA_Name>