Back to using System.Security.Claims namespace

This commit is contained in:
Hao Kung 2014-03-04 15:43:43 -08:00
parent bc756706aa
commit 1553c674a4
7 changed files with 0 additions and 30 deletions

View File

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.Identity;
namespace Microsoft.AspNet.Identity.InMemory
{

View File

@ -1,10 +1,6 @@
using System;
using System.Collections.Generic;
#if NET45
using System.Security.Claims;
#else
using System.Security.ClaimsK;
#endif
namespace Microsoft.AspNet.Identity.InMemory
{

View File

@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
#if NET45
using System.Security.Claims;
#else
using System.Security.ClaimsK;
#endif
using System.Threading.Tasks;
namespace Microsoft.AspNet.Identity.InMemory

View File

@ -6,12 +6,5 @@ using System.Runtime.CompilerServices;
namespace Microsoft.AspNet.Identity
{
public class Foo
{
public Foo()
{
System.Security.Cryptography.Rfc2898DeriveBytes foo = null;
}
}
}
#endif

View File

@ -1,9 +1,5 @@
using System;
#if NET45
using System.Security.Claims;
#else
using System.Security.ClaimsK;
#endif
using System.Threading.Tasks;
namespace Microsoft.AspNet.Identity

View File

@ -1,9 +1,5 @@
using System.Collections.Generic;
#if NET45
using System.Security.Claims;
#else
using System.Security.ClaimsK;
#endif
using System.Threading.Tasks;
namespace Microsoft.AspNet.Identity

View File

@ -3,11 +3,7 @@ using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.AspNet.DependencyInjection;
#if NET45
using System.Security.Claims;
#else
using System.Security.ClaimsK;
#endif
using System.Text;
using System.Threading.Tasks;