From 44360d83aa94d14c9552a91f6b51665ef4bb50b3 Mon Sep 17 00:00:00 2001 From: "pcw@pcw-PC.shout.local" Date: Tue, 15 Jan 2013 20:20:05 +0000 Subject: [PATCH] Fixed EncryptWithMachineKey to handle values longer than FormsAuthentication.Encrypt max length limit http://issues.umbraco.org/issue/U4-1455 --- src/Umbraco.Tests/StringExtensionsTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Tests/StringExtensionsTests.cs b/src/Umbraco.Tests/StringExtensionsTests.cs index fe356018f2..c0f3634a04 100644 --- a/src/Umbraco.Tests/StringExtensionsTests.cs +++ b/src/Umbraco.Tests/StringExtensionsTests.cs @@ -4,7 +4,6 @@ using System.Security; using System.Text; using NUnit.Framework; using Umbraco.Core; -using System.Security.Cryptography; namespace Umbraco.Tests {