RegistryService(String, Boolean) Constructor
Note: This API is now obsolete.
Initializes a new instance of RegistryService
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
[ObsoleteAttribute("Use an overload that accepts 'CertServerModuleType' parameter.")]
protected RegistryService(
string moduleName,
bool policy = false
)
<ObsoleteAttribute("Use an overload that accepts 'CertServerModuleType' parameter.")>
Protected Sub New (
moduleName As String,
Optional policy As Boolean = false
)
protected:
[ObsoleteAttribute(L"Use an overload that accepts 'CertServerModuleType' parameter.")]
RegistryService(
String^ moduleName,
bool policy = false
)
[<ObsoleteAttribute("Use an overload that accepts 'CertServerModuleType' parameter.")>]
new :
moduleName : string *
?policy : bool
(* Defaults:
let _policy = defaultArg policy false
*)
-> RegistryService
Parameters
- moduleName String
- Module ProgID.
- policy Boolean (Optional)
- A boolean value that indicates whether the module is policy or exit module.