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: 1.2.0.0 (1.2.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
)
Parameters
- valuePair IEnumerableRegTriplet
- A collection of entries to write.
- path String (Optional)
- Additional path below module's configuration storage.