RegistryServiceWriteRecord Method
Creates or updates registry entry 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 WriteRecord(
RegTriplet valuePair,
string path = null
)
Protected Sub WriteRecord (
valuePair As RegTriplet,
Optional path As String = Nothing
)
protected:
void WriteRecord(
RegTriplet^ valuePair,
String^ path = nullptr
)
Parameters
- valuePair RegTriplet
- Registry entry to write.
- path String (Optional)
- Additional path below module's configuration storage.