Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/12 19:52:05 (13 years ago)
Author:
ascheibe
Message:

#1809 added password encryption/decryption for Clients.Common

Location:
trunk/sources/HeuristicLab.Clients.Common/3.3/Properties
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Common/3.3/Properties/Settings.Designer.cs

    r7435 r7690  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:4.0.30319.239
     4//     Runtime Version:4.0.30319.530
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    3838        [global::System.Configuration.UserScopedSettingAttribute()]
    3939        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    40         [global::System.Configuration.DefaultSettingValueAttribute("anonymous")]
    41         public string Password {
    42             get {
    43                 return ((string)(this["Password"]));
    44             }
    45             set {
    46                 this["Password"] = value;
    47             }
    48         }
    49        
    50         [global::System.Configuration.UserScopedSettingAttribute()]
    51         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    5240        [global::System.Configuration.DefaultSettingValueAttribute("True")]
    5341        public bool SavePassword {
     
    5947            }
    6048        }
     49       
     50        [global::System.Configuration.UserScopedSettingAttribute()]
     51        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     52        [global::System.Configuration.DefaultSettingValueAttribute("AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA36TvN4MDBkWUU6yPrzj49gAAAAACAAAAAAADZgAAwAAAABAAA" +
     53            "ABr3+B3SidbFwV5hCTHGoESAAAAAASAAACgAAAAEAAAAGSI+4CIIV5GmEl09qLBIxIYAAAAkpj3t9H1L" +
     54            "BYhpUjjoM6qEc83XlY0xbnuFAAAADY3OscJ1F9ThR3SHB0sLax4TAN8")]
     55        public string Password {
     56            get {
     57                return ((string)(this["Password"]));
     58            }
     59            set {
     60                this["Password"] = value;
     61            }
     62        }
    6163    }
    6264}
  • trunk/sources/HeuristicLab.Clients.Common/3.3/Properties/Settings.settings

    r4387 r7690  
    66      <Value Profile="(Default)">anonymous</Value>
    77    </Setting>
    8     <Setting Name="Password" Type="System.String" Scope="User">
    9       <Value Profile="(Default)">anonymous</Value>
    10     </Setting>
    118    <Setting Name="SavePassword" Type="System.Boolean" Scope="User">
    129      <Value Profile="(Default)">True</Value>
    1310    </Setting>
     11    <Setting Name="Password" Type="System.String" Scope="User">
     12      <Value Profile="(Default)">AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAA36TvN4MDBkWUU6yPrzj49gAAAAACAAAAAAADZgAAwAAAABAAAABr3+B3SidbFwV5hCTHGoESAAAAAASAAACgAAAAEAAAAGSI+4CIIV5GmEl09qLBIxIYAAAAkpj3t9H1LBYhpUjjoM6qEc83XlY0xbnuFAAAADY3OscJ1F9ThR3SHB0sLax4TAN8</Value>
     13    </Setting>
    1414  </Settings>
    1515</SettingsFile>
Note: See TracChangeset for help on using the changeset viewer.