Back to using System.Security.Claims namespace
This commit is contained in:
parent
bc756706aa
commit
1553c674a4
|
|
@ -1,7 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Microsoft.AspNet.Identity;
|
||||
|
||||
namespace Microsoft.AspNet.Identity.InMemory
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -6,12 +6,5 @@ using System.Runtime.CompilerServices;
|
|||
|
||||
namespace Microsoft.AspNet.Identity
|
||||
{
|
||||
public class Foo
|
||||
{
|
||||
public Foo()
|
||||
{
|
||||
System.Security.Cryptography.Rfc2898DeriveBytes foo = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue