Browse by Tags

Related Posts

  • How to access hashed registry keys using EnterpriseLibrary

    Hello, I have a web app in VS 2003 that retrieves a connection string using the ConfigurationManagementApplicationBlocks. The connection string is in a hashtable in the system registry. The hashKey, initializationVector and the symmetricKey used to unhashing the registry value is specified in the web...
    Posted to Microsoft Application Blocks (Forum) by wattte on 05-01-2007, 12:00 AM
    Filed under: registry, Web Config setting, ASP.net 2.0, C#, web.config, enterpriselibrary
  • adding a new value in the registry

    Hi all here is my code to access a subkey and add a new value into the registry RegistryKey ServerMonitor = Registry .LocalMachine.OpenSubKey( "SYSTEM\\CurrentControlSet\\Services\\MyService" ); RegistryKey Param = ServerMonitor.CreateSubKey( "Parameters" ); Param.GetValue( "Application" ); Param.SetValue...
    Posted to C# (Forum) by tompy_nation on 04-25-2007, 12:00 AM
    Filed under: registry, authorization, C#, exceptions
Page 1 of 1 (2 items)