public secure() { _configuration = Configuration.configuration(); _cipherService = new CipherService(); _os = RuntimeInformation.OSDescription; _settings = get_settings(); }
public secure(resultClass token) { _configuration = Configuration.configuration(); _cipherService = new CipherService(); _os = RuntimeInformation.OSDescription; _token = token; _settings = get_settings(); _debug = token.debug; }
public secure(resultClass token) { _configuration = Configuration.configuration(); _cipherService = new CipherService(); _os = RuntimeInformation.OSDescription; _token = token; _settings = get_settings(); _debug = token.debug; if (_debug) { Console.WriteLine("exe path: {0}", System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)); } }