Example #1
0
 public static void ClassInitialize(TestContext testContext)
 {
     _defaultSettings = CreateDefaultConfig();
     _newSettings     = HostSecureConfig.CreateSettings(string.Empty, string.Empty, DefaultSystemKeyPublic);
 }
Example #2
0
 public static NameValueCollection CreateDefaultConfig()
 {
     return(HostSecureConfig.CreateSettings(DefaultServerID.ToString(), DefaultServerKey, DefaultSystemKeyPublic));
 }