RegistryServiceWriteRecords Method
Creates or updates registry entries under current module's configuration storage.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 2.0.0.0 (2.0.0.0)
protected void WriteRecords(
IEnumerable<RegTriplet> valuePair,
string path = null
)
Protected Sub WriteRecords (
valuePair As IEnumerable(Of RegTriplet),
Optional path As String = Nothing
)
protected:
void WriteRecords(
IEnumerable<RegTriplet^>^ valuePair,
String^ path = nullptr
)
member WriteRecords :
valuePair : IEnumerable<RegTriplet> *
?path : string
(* Defaults:
let _path = defaultArg path null
*)
-> unit
Parameters
- valuePair IEnumerableRegTriplet
- A collection of entries to write.
- path String (Optional)
- Additional path below module's configuration storage.