Fixed EncryptWithMachineKey to handle values longer than FormsAuthentication.Encrypt max length limit

http://issues.umbraco.org/issue/U4-1455
This commit is contained in:
pcw@pcw-PC.shout.local
2013-01-15 20:20:05 +00:00
parent 021cb817d4
commit 44360d83aa

View File

@@ -4,7 +4,6 @@ using System.Security;
using System.Text;
using NUnit.Framework;
using Umbraco.Core;
using System.Security.Cryptography;
namespace Umbraco.Tests
{