1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

all not self-hosted gets cloud storage dp keys

This commit is contained in:
Kyle Spearrin
2017-10-27 22:43:15 -04:00
parent 698f918f73
commit f396869aaf
2 changed files with 0 additions and 13 deletions

View File

@ -305,15 +305,6 @@ namespace Bit.Core.Utilities
return JsonConvert.DeserializeObject<T>(JsonConvert.SerializeObject(obj));
}
public static bool FullFramework()
{
#if NET461
return true;
#else
return false;
#endif
}
public static bool SettingHasValue(string setting)
{
if(string.IsNullOrWhiteSpace(setting) || setting.Equals("SECRET") || setting.Equals("REPLACE"))