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