RegistryServiceInitialize Method
Note: This API is now obsolete.
This method is obsolete.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
[ObsoleteAttribute("This method is obsolete and does nothing.")]
protected void Initialize(
string? bstrConfig = null
)
<ObsoleteAttribute("This method is obsolete and does nothing.")>
Protected Sub Initialize (
Optional bstrConfig As String = Nothing
)
protected:
[ObsoleteAttribute(L"This method is obsolete and does nothing.")]
void Initialize(
String^ bstrConfig = nullptr
)
[<ObsoleteAttribute("This method is obsolete and does nothing.")>]
member Initialize :
?bstrConfig : string
(* Defaults:
let _bstrConfig = defaultArg bstrConfig null
*)
-> unit
Parameters
- bstrConfig String (Optional)
- This parameter is ignored.