Removed Machine key stuff

This commit is contained in:
Bjarke Berg
2020-03-19 19:11:57 +01:00
parent 7c011e5b57
commit f3e3ac8969
8 changed files with 0 additions and 123 deletions

View File

@@ -1,7 +0,0 @@
namespace Umbraco.Core.Configuration
{
public interface IMachineKeyConfig
{
bool HasMachineKey { get;}
}
}