CertSrvConfigUtilGetNumericEntry Method |
Requests a named configuration entry value of type of numeric (integral) value.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax 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
Parameters
- entryName
- Type: SystemString
Configuration entry name. - node (Optional)
- Type: SystemString
Optional node path under Certification Authority active node.
Return Value
Type:
Int32Configuration entry value.
Remarks Active node is located at: System\CurrentControlSet\Services\CertSvc\Configuration\<CA_Name>
See Also