Ejemplo n.º 1
0
        public TheBenchSettings()
        {
            var securitySettings = SecuritySettings.Default;

            Authentication = new AuthenticationConfiguration(securitySettings);
            Encryption = new EncryptionConfiguration(securitySettings);
            General = new GeneralConfiguration(securitySettings);
            Storage = new StorageConfiguration();
        }
Ejemplo n.º 2
0
        public TheBenchSettings()
        {
            var securitySettings = SecuritySettings.Default;

            Authentication = new AuthenticationConfiguration(securitySettings);
            Encryption     = new EncryptionConfiguration(securitySettings);
            General        = new GeneralConfiguration(securitySettings);
            Storage        = new StorageConfiguration();
        }