RegistryService(String, Boolean) Constructor

Note: This API is now obsolete.
Initializes a new instance of RegistryService

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
[ObsoleteAttribute("Use an overload that accepts 'CertServerModuleType' parameter.")]
protected RegistryService(
	string moduleName,
	bool policy = false
)

Parameters

moduleName  String
Module ProgID.
policy  Boolean  (Optional)
A boolean value that indicates whether the module is policy or exit module.

Exceptions

See Also