Browse Source

Users signup first draft

confirmation-email
Milad Karbasizadeh 11 years ago
parent
commit
9816e82933
93 changed files with 115399 additions and 212396 deletions
  1. +2
    -2
      Sevomin.Models/App.config
  2. +18
    -0
      Sevomin.Models/Avalin.cs
  3. +21
    -0
      Sevomin.Models/Dovomin.cs
  4. +10
    -0
      Sevomin.Models/LoginViewModel.cs
  5. +0
    -1
      Sevomin.Models/Properties/AssemblyInfo.cs
  6. +17
    -0
      Sevomin.Models/Repository/IRepository.cs
  7. +19
    -8
      Sevomin.Models/Sevomin.Models.csproj
  8. +11
    -0
      Sevomin.Models/SignupViewModel.cs
  9. +19
    -0
      Sevomin.Models/User.cs
  10. +9
    -0
      Sevomin.Models/UsersDbContext.cs
  11. +3
    -3
      Sevomin.Models/packages.config
  12. +0
    -19
      Sevomin.Tests/Controllers/AccountControllerTests/Signup.cs
  13. +0
    -1
      Sevomin.Tests/Properties/AssemblyInfo.cs
  14. +41
    -2
      Sevomin.Tests/Sevomin.Tests.csproj
  15. +41
    -0
      Sevomin.Tests/app.config
  16. +7
    -0
      Sevomin.Tests/packages.config
  17. +106
    -7
      Sevomin.WebFrontend.Controllers/AccountController.cs
  18. +17
    -0
      Sevomin.WebFrontend.Controllers/App.config
  19. +1
    -6
      Sevomin.WebFrontend.Controllers/AuthorizedController.cs
  20. +1
    -6
      Sevomin.WebFrontend.Controllers/BaseController.cs
  21. +1
    -6
      Sevomin.WebFrontend.Controllers/HomeController.cs
  22. +0
    -1
      Sevomin.WebFrontend.Controllers/Properties/AssemblyInfo.cs
  23. +27
    -4
      Sevomin.WebFrontend.Controllers/Sevomin.WebFrontend.Controllers.csproj
  24. +5
    -2
      Sevomin.WebFrontend.Controllers/packages.config
  25. +1
    -5
      Sevomin.WebFrontend/App_Start/RouteConfig.cs
  26. +1
    -5
      Sevomin.WebFrontend/Global.asax.cs
  27. +0
    -1
      Sevomin.WebFrontend/Properties/AssemblyInfo.cs
  28. +5
    -0
      Sevomin.WebFrontend/Sevomin.WebFrontend.csproj
  29. +4
    -3
      Sevomin.WebFrontend/Views/Home/Index.cshtml
  30. +41
    -0
      Sevomin.WebFrontend/Views/Home/Signup.cshtml
  31. +10
    -1
      Sevomin.WebFrontend/Web.config
  32. BIN
      packages/EntityFramework.6.0.2/EntityFramework.6.0.2.nupkg
  33. +0
    -4666
      packages/EntityFramework.6.0.2/lib/net40/EntityFramework.SqlServer.xml
  34. BIN
      packages/EntityFramework.6.0.2/lib/net40/EntityFramework.dll
  35. +0
    -97056
      packages/EntityFramework.6.0.2/lib/net40/EntityFramework.xml
  36. +0
    -4666
      packages/EntityFramework.6.0.2/lib/net45/EntityFramework.SqlServer.xml
  37. BIN
      packages/EntityFramework.6.0.2/lib/net45/EntityFramework.dll
  38. +0
    -104735
      packages/EntityFramework.6.0.2/lib/net45/EntityFramework.xml
  39. BIN
      packages/EntityFramework.6.0.2/tools/EntityFramework.PowerShell.dll
  40. BIN
      packages/EntityFramework.6.1.0/EntityFramework.6.1.0.nupkg
  41. +1
    -1
      packages/EntityFramework.6.1.0/EntityFramework.6.1.0.nuspec
  42. +0
    -0
      packages/EntityFramework.6.1.0/content/App.config.transform
  43. +0
    -0
      packages/EntityFramework.6.1.0/content/Web.config.transform
  44. BIN
      packages/EntityFramework.6.1.0/lib/net40/EntityFramework.SqlServer.dll
  45. +1858
    -0
      packages/EntityFramework.6.1.0/lib/net40/EntityFramework.SqlServer.xml
  46. BIN
      packages/EntityFramework.6.1.0/lib/net40/EntityFramework.dll
  47. +45071
    -0
      packages/EntityFramework.6.1.0/lib/net40/EntityFramework.xml
  48. BIN
      packages/EntityFramework.6.1.0/lib/net45/EntityFramework.SqlServer.dll
  49. +1858
    -0
      packages/EntityFramework.6.1.0/lib/net45/EntityFramework.SqlServer.xml
  50. BIN
      packages/EntityFramework.6.1.0/lib/net45/EntityFramework.dll
  51. +52245
    -0
      packages/EntityFramework.6.1.0/lib/net45/EntityFramework.xml
  52. BIN
      packages/EntityFramework.6.1.0/tools/EntityFramework.PowerShell.Utility.dll
  53. BIN
      packages/EntityFramework.6.1.0/tools/EntityFramework.PowerShell.dll
  54. BIN
      packages/EntityFramework.6.1.0/tools/EntityFramework.psd1
  55. +161
    -48
      packages/EntityFramework.6.1.0/tools/EntityFramework.psm1
  56. +0
    -0
      packages/EntityFramework.6.1.0/tools/about_EntityFramework.help.txt
  57. +7
    -7
      packages/EntityFramework.6.1.0/tools/init.ps1
  58. +26
    -26
      packages/EntityFramework.6.1.0/tools/install.ps1
  59. BIN
      packages/Microsoft.AspNet.Identity.Core.1.0.0/Microsoft.AspNet.Identity.Core.1.0.0.nupkg
  60. BIN
      packages/Microsoft.AspNet.Identity.Core.1.0.0/lib/net45/Microsoft.AspNet.Identity.Core.dll
  61. +0
    -646
      packages/Microsoft.AspNet.Identity.Core.1.0.0/lib/net45/Microsoft.AspNet.Identity.Core.xml
  62. BIN
      packages/Microsoft.AspNet.Identity.Core.2.0.0/Microsoft.AspNet.Identity.Core.2.0.0.nupkg
  63. +1
    -3
      packages/Microsoft.AspNet.Identity.Core.2.0.0/Microsoft.AspNet.Identity.Core.2.0.0.nuspec
  64. BIN
      packages/Microsoft.AspNet.Identity.Core.2.0.0/lib/net45/Microsoft.AspNet.Identity.Core.dll
  65. +2685
    -0
      packages/Microsoft.AspNet.Identity.Core.2.0.0/lib/net45/Microsoft.AspNet.Identity.Core.xml
  66. BIN
      packages/Microsoft.AspNet.Identity.EntityFramework.1.0.0/Microsoft.AspNet.Identity.EntityFramework.1.0.0.nupkg
  67. BIN
      packages/Microsoft.AspNet.Identity.EntityFramework.1.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll
  68. +0
    -425
      packages/Microsoft.AspNet.Identity.EntityFramework.1.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.xml
  69. BIN
      packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/Microsoft.AspNet.Identity.EntityFramework.2.0.0.nupkg
  70. +3
    -3
      packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/Microsoft.AspNet.Identity.EntityFramework.2.0.0.nuspec
  71. BIN
      packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll
  72. +964
    -0
      packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.xml
  73. +0
    -0
      packages/Microsoft.Owin.2.0.2.deleteme
  74. BIN
      packages/Microsoft.Owin.2.0.2/Microsoft.Owin.2.0.2.nupkg
  75. BIN
      packages/Microsoft.Owin.2.0.2/lib/net40/Microsoft.Owin.dll
  76. BIN
      packages/Microsoft.Owin.2.0.2/lib/net45/Microsoft.Owin.dll
  77. BIN
      packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nupkg
  78. +1
    -1
      packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nuspec
  79. +177
    -30
      packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.XML
  80. BIN
      packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.dll
  81. +3150
    -0
      packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.XML
  82. BIN
      packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll
  83. BIN
      packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg
  84. +29
    -0
      packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nuspec
  85. BIN
      packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.dll
  86. +532
    -0
      packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.xml
  87. BIN
      packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll
  88. +546
    -0
      packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.xml
  89. BIN
      packages/RhinoMocks.3.6.1/RhinoMocks.3.6.1.nupkg
  90. +21
    -0
      packages/RhinoMocks.3.6.1/RhinoMocks.3.6.1.nuspec
  91. BIN
      packages/RhinoMocks.3.6.1/lib/net/Rhino.Mocks.dll
  92. +5624
    -0
      packages/RhinoMocks.3.6.1/lib/net/Rhino.Mocks.xml
  93. +1
    -0
      packages/repositories.config

+ 2
- 2
Sevomin.Models/App.config View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>


+ 18
- 0
Sevomin.Models/Avalin.cs View File

@ -0,0 +1,18 @@

namespace Sevomin.Models
{
public class Avalin : User
{
public string CompanyName { get; set; }
public Avalin()
{
}
public Avalin(string userName, string companyName) : base(userName)
{
this.CompanyName = companyName;
}
}
}

+ 21
- 0
Sevomin.Models/Dovomin.cs View File

@ -0,0 +1,21 @@

namespace Sevomin.Models
{
public class Dovomin : User
{
public string FirstName { get; set; }
public string LastName { get; set; }
public Dovomin()
{
}
public Dovomin(string userName, string fistName, string lastName)
: base(userName)
{
this.FirstName = FirstName;
this.LastName = lastName;
}
}
}

+ 10
- 0
Sevomin.Models/LoginViewModel.cs View File

@ -0,0 +1,10 @@

namespace Sevomin.Models
{
public class LoginViewModel
{
public string Username { get; set; }
public string Password { get; set; }
public bool RememberMe { get; set; }
}
}

+ 0
- 1
Sevomin.Models/Properties/AssemblyInfo.cs View File

@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following


+ 17
- 0
Sevomin.Models/Repository/IRepository.cs View File

@ -0,0 +1,17 @@
using System.Data.Entity.Core.Objects;
namespace Sevomin.Models.Repository
{
public interface IRepository<K, T>
{
void Add(T entity);
T Find(K identifier);
void Delete(T entity);
void Save(SaveOptions options = SaveOptions.AcceptAllChangesAfterSave);
}
public interface IUserRepository : IRepository<string, User>
{
}
}

+ 19
- 8
Sevomin.Models/Sevomin.Models.csproj View File

@ -30,17 +30,21 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.6.0.2\lib\net45\EntityFramework.dll</HintPath>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer">
<HintPath>..\packages\EntityFramework.6.0.2\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Core">
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.1.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.1.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
<Reference Include="Microsoft.AspNet.Identity.EntityFramework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
@ -52,7 +56,14 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Avalin.cs" />
<Compile Include="Dovomin.cs" />
<Compile Include="LoginViewModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Repository\IRepository.cs" />
<Compile Include="SignupViewModel.cs" />
<Compile Include="User.cs" />
<Compile Include="UsersDbContext.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />


+ 11
- 0
Sevomin.Models/SignupViewModel.cs View File

@ -0,0 +1,11 @@

namespace Sevomin.Models
{
public class SignupViewModel
{
public string DisplayName { get; set; }
public string Email { get; set; }
public string Password { get; set; }
public bool IsAvalin { get; set; }
}
}

+ 19
- 0
Sevomin.Models/User.cs View File

@ -0,0 +1,19 @@
using Microsoft.AspNet.Identity.EntityFramework;
using System;
namespace Sevomin.Models
{
public class User : IdentityUser
{
public User()
{
}
public User(string userName)
{
this.UserName = userName;
}
public string DisplayName { get; set; }
public DateTime SignUpDate { get; set; }
}
}

+ 9
- 0
Sevomin.Models/UsersDbContext.cs View File

@ -0,0 +1,9 @@
using Microsoft.AspNet.Identity.EntityFramework;
namespace Sevomin.Models
{
public class UsersDbContext : IdentityDbContext<User>
{
public UsersDbContext() : base("UsersConnectionString") { }
}
}

+ 3
- 3
Sevomin.Models/packages.config View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.0.2" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.Core" version="1.0.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.EntityFramework" version="1.0.0" targetFramework="net451" />
<package id="EntityFramework" version="6.1.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.Core" version="2.0.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.0.0" targetFramework="net451" />
</packages>

+ 0
- 19
Sevomin.Tests/Controllers/AccountControllerTests/Signup.cs View File

@ -1,19 +0,0 @@
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Sevomin.Tests.Controllers.AccountControllerTests
{
[TestClass]
public class Signup
{
[TestMethod]
public void Returns_View_Signup_AccountController()
{
}
}
}

+ 0
- 1
Sevomin.Tests/Properties/AssemblyInfo.cs View File

@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following


+ 41
- 2
Sevomin.Tests/Sevomin.Tests.csproj View File

@ -35,7 +35,31 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Core">
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks">
<HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath>
</Reference>
</ItemGroup>
<Choose>
<When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
@ -50,10 +74,25 @@
</Otherwise>
</Choose>
<ItemGroup>
<Compile Include="Controllers\AccountControllerTests\Signup.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\Sevomin.Models\Sevomin.Models.csproj">
<Project>{cb5d89bc-10d1-44d6-857b-a94b5cfcfb11}</Project>
<Name>Sevomin.Models</Name>
</ProjectReference>
<ProjectReference Include="..\Sevomin.WebFrontend.Controllers\Sevomin.WebFrontend.Controllers.csproj">
<Project>{1e1e197b-9300-4512-98cb-b1b8aab75964}</Project>
<Name>Sevomin.WebFrontend.Controllers</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Controllers\" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>


+ 41
- 0
Sevomin.Tests/app.config View File

@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.2.0" newVersion="2.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.AspNet.Identity.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.2.0" newVersion="2.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.2.0" newVersion="2.0.2.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v11.0" />
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
</configuration>

+ 7
- 0
Sevomin.Tests/packages.config View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.1.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.Core" version="2.0.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.0.0" targetFramework="net451" />
<package id="RhinoMocks" version="3.6.1" targetFramework="net451" />
</packages>

+ 106
- 7
Sevomin.WebFrontend.Controllers/AccountController.cs View File

@ -1,18 +1,117 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.Owin.Security;
using Sevomin.Models;
using System;
using System.Threading.Tasks;
using System.Web;
using System.Web.Mvc;
namespace Sevomin.WebFrontend.Controllers
{
public class AccountController : BaseController
{
{
public AccountController()
: this(new UserManager<User>(new UserStore<User>(new UsersDbContext())))
{
}
public AccountController(UserManager<User> userManager)
{
UserManager = userManager;
}
public UserManager<User> UserManager { get; private set; }
private IAuthenticationManager AuthenticationManager
{
get
{
return HttpContext.GetOwinContext().Authentication;
}
}
[HttpPost]
public async Task<ActionResult> Signup(SignupViewModel model)
{
User user;
if (model.IsAvalin)
{
user = new Avalin(model.Email, model.DisplayName);
user.SignUpDate = DateTime.UtcNow;
}
else
{
int spaceIndex = model.DisplayName.IndexOf(' ');
user = new Dovomin(model.Email, model.DisplayName.Substring(0, spaceIndex), model.DisplayName.Substring(spaceIndex + 1));
user.SignUpDate = DateTime.UtcNow;
}
var result = await UserManager.CreateAsync(user);
if (result.Succeeded)
{
await SignInAsync(user, isPersistent: false);
return RedirectToAction("Index", "Home");
}
else
{
AddErrors(result);
}
return View(model);
}
public ActionResult Login(string returnUrl)
{
ViewBag.ReturnUrl = returnUrl;
return View();
}
[HttpPost]
public async Task<ActionResult> Signup()
public async Task<ActionResult> Login(LoginViewModel model, string returnUrl)
{
if (ModelState.IsValid)
{
var user = await UserManager.FindAsync(model.Username, model.Password);
if (user != null)
{
await SignInAsync(user, model.RememberMe);
return RedirectToLocal(returnUrl);
}
else
{
ModelState.AddModelError("", "Invalid username or password.");
}
}
// If we got this far, something failed, redisplay form
return View(model);
}
private async Task SignInAsync(User user, bool isPersistent)
{
AuthenticationManager.SignOut(DefaultAuthenticationTypes.ExternalCookie);
var identity = await UserManager.CreateIdentityAsync(user, DefaultAuthenticationTypes.ApplicationCookie);
AuthenticationManager.SignIn(new AuthenticationProperties() { IsPersistent = isPersistent }, identity);
}
private ActionResult RedirectToLocal(string returnUrl)
{
if (Url.IsLocalUrl(returnUrl))
{
return Redirect(returnUrl);
}
else
{
return RedirectToAction("Index", "Home");
}
}
private void AddErrors(IdentityResult result)
{
throw new NotImplementedException();
foreach (var error in result.Errors)
{
ModelState.AddModelError("", error);
}
}
}
}

+ 17
- 0
Sevomin.WebFrontend.Controllers/App.config View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v11.0" />
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
</configuration>

+ 1
- 6
Sevomin.WebFrontend.Controllers/AuthorizedController.cs View File

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.Mvc;
using System.Web.Mvc;
namespace Sevomin.WebFrontend.Controllers
{


+ 1
- 6
Sevomin.WebFrontend.Controllers/BaseController.cs View File

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.Mvc;
using System.Web.Mvc;
namespace Sevomin.WebFrontend.Controllers
{


+ 1
- 6
Sevomin.WebFrontend.Controllers/HomeController.cs View File

@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Web.Mvc;
using System.Web.Mvc;
namespace Sevomin.WebFrontend.Controllers
{


+ 0
- 1
Sevomin.WebFrontend.Controllers/Properties/AssemblyInfo.cs View File

@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following


+ 27
- 4
Sevomin.WebFrontend.Controllers/Sevomin.WebFrontend.Controllers.csproj View File

@ -30,14 +30,28 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.AspNet.Identity.Core">
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.1.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include="EntityFramework.SqlServer">
<HintPath>..\packages\EntityFramework.6.1.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.Identity.Core.2.0.0\lib\net45\Microsoft.AspNet.Identity.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.EntityFramework">
<HintPath>..\packages\Microsoft.AspNet.Identity.EntityFramework.2.0.0\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll</HintPath>
</Reference>
<Reference Include="Microsoft.AspNet.Identity.Owin">
<HintPath>..\packages\Microsoft.AspNet.Identity.Owin.1.0.0\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin">
<HintPath>..\packages\Microsoft.Owin.2.0.2\lib\net45\Microsoft.Owin.dll</HintPath>
<Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Host.SystemWeb">
<HintPath>..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Security">
<HintPath>..\packages\Microsoft.Owin.Security.2.0.2\lib\net45\Microsoft.Owin.Security.dll</HintPath>
@ -55,7 +69,9 @@
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath>
@ -74,8 +90,15 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sevomin.Models\Sevomin.Models.csproj">
<Project>{cb5d89bc-10d1-44d6-857b-a94b5cfcfb11}</Project>
<Name>Sevomin.Models</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.


+ 5
- 2
Sevomin.WebFrontend.Controllers/packages.config View File

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.AspNet.Identity.Core" version="1.0.0" targetFramework="net451" />
<package id="EntityFramework" version="6.1.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.Core" version="2.0.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.EntityFramework" version="2.0.0" targetFramework="net451" />
<package id="Microsoft.AspNet.Identity.Owin" version="1.0.0" targetFramework="net451" />
<package id="Microsoft.Owin" version="2.0.2" targetFramework="net451" />
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net451" />
<package id="Microsoft.Owin.Host.SystemWeb" version="2.1.0" targetFramework="net451" />
<package id="Microsoft.Owin.Security" version="2.0.2" targetFramework="net451" />
<package id="Microsoft.Owin.Security.Cookies" version="2.0.2" targetFramework="net451" />
<package id="Microsoft.Owin.Security.OAuth" version="2.0.2" targetFramework="net451" />


+ 1
- 5
Sevomin.WebFrontend/App_Start/RouteConfig.cs View File

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc;
using System.Web.Routing;
namespace Sevomin.WebFrontend


+ 1
- 5
Sevomin.WebFrontend/Global.asax.cs View File

@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
using System.Web.Mvc;
using System.Web.Routing;
namespace Sevomin.WebFrontend


+ 0
- 1
Sevomin.WebFrontend/Properties/AssemblyInfo.cs View File

@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following


+ 5
- 0
Sevomin.WebFrontend/Sevomin.WebFrontend.csproj View File

@ -116,6 +116,7 @@
<Content Include="Views\Home\Index.cshtml" />
<Content Include="Views\_ViewStart.cshtml" />
<Content Include="Views\Shared\_Layout.cshtml" />
<Content Include="Views\Home\Signup.cshtml" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
@ -124,6 +125,10 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sevomin.Models\Sevomin.Models.csproj">
<Project>{cb5d89bc-10d1-44d6-857b-a94b5cfcfb11}</Project>
<Name>Sevomin.Models</Name>
</ProjectReference>
<ProjectReference Include="..\Sevomin.WebFrontend.Controllers\Sevomin.WebFrontend.Controllers.csproj">
<Project>{1e1e197b-9300-4512-98cb-b1b8aab75964}</Project>
<Name>Sevomin.WebFrontend.Controllers</Name>


+ 4
- 3
Sevomin.WebFrontend/Views/Home/Index.cshtml View File

@ -5,13 +5,14 @@
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>سومین: مرکز کاریابی برنامه‌ریزی و کنترل پروژه</title>
<link rel="stylesheet" type="text/css" href="@Url.Content("~/Content/bootstrap.min.cs")" />
</head>
<body>
<div>
<div class="container">
@{Html.RenderPartial("Signup");}
</div>
<script src="@Url.Content("~/Script/bootstrap.min.js")"></script>
</body>
</html>
</html>

+ 41
- 0
Sevomin.WebFrontend/Views/Home/Signup.cshtml View File

@ -0,0 +1,41 @@
@model Sevomin.Models.SignupViewModel
<div class="row">
<div class="col-md-6">
@using (Html.BeginForm("Signup", "Account", FormMethod.Post, new { role = "form" }))
{
<div class="form-group">
@Html.LabelFor(m => m.Email)
@Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
</div>
<div class="form-group">
@Html.LabelFor(m => m.DisplayName)
@Html.TextBoxFor(m => m.DisplayName, new { @class = "form-control" })
</div>
<div class="form-group">
@Html.LabelFor(m => m.Password)
@Html.PasswordFor(m => m.Password, new { @class = "form-control" })
</div>
@Html.Hidden("IsAvalin", "true")
<button type="submit" class="btn btn-default">Submit</button>
}
</div>
<div class="col-md-6">
@using (Html.BeginForm("Signup", "Account", FormMethod.Post, new { role = "form" }))
{
<div class="form-group">
@Html.LabelFor(m => m.Email)
@Html.TextBoxFor(m => m.Email, new { @class = "form-control" })
</div>
<div class="form-group">
@Html.LabelFor(m => m.DisplayName)
@Html.TextBoxFor(m => m.DisplayName, new { @class = "form-control" })
</div>
<div class="form-group">
@Html.LabelFor(m => m.Password)
@Html.PasswordFor(m => m.Password, new { @class = "form-control" })
</div>
@Html.Hidden("IsAvalin", "true")
<button type="submit" class="btn btn-default">Submit</button>
}
</div>
</div>

+ 10
- 1
Sevomin.WebFrontend/Web.config View File

@ -4,9 +4,14 @@
http://go.microsoft.com/fwlink/?LinkId=301880
-->
<configuration>
<connectionStrings>
<clear />
<add name="UsersConnectionString" connectionString="Data Source=codiato;Initial Catalog=Sevomin;Integrated Security=True;Pooling=False" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="webpages:Version" value="3.0.0.0" />
<add key="webpages:Enabled" value="false" />
<add key="owin:AutomaticAppStartup" value="false" />
<add key="ClientValidationEnabled" value="true" />
<add key="UnobtrusiveJavaScriptEnabled" value="true" />
</appSettings>
@ -22,7 +27,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.2.0" newVersion="2.0.2.0" />
<bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
@ -32,6 +37,10 @@
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.2.0" newVersion="2.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.AspNet.Identity.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

BIN
packages/EntityFramework.6.0.2/EntityFramework.6.0.2.nupkg View File


+ 0
- 4666
packages/EntityFramework.6.0.2/lib/net40/EntityFramework.SqlServer.xml
File diff suppressed because it is too large
View File


BIN
packages/EntityFramework.6.0.2/lib/net40/EntityFramework.dll View File


+ 0
- 97056
packages/EntityFramework.6.0.2/lib/net40/EntityFramework.xml
File diff suppressed because it is too large
View File


+ 0
- 4666
packages/EntityFramework.6.0.2/lib/net45/EntityFramework.SqlServer.xml
File diff suppressed because it is too large
View File


BIN
packages/EntityFramework.6.0.2/lib/net45/EntityFramework.dll View File


+ 0
- 104735
packages/EntityFramework.6.0.2/lib/net45/EntityFramework.xml
File diff suppressed because it is too large
View File


BIN
packages/EntityFramework.6.0.2/tools/EntityFramework.PowerShell.dll View File


BIN
packages/EntityFramework.6.1.0/EntityFramework.6.1.0.nupkg View File


packages/EntityFramework.6.0.2/EntityFramework.6.0.2.nuspec → packages/EntityFramework.6.1.0/EntityFramework.6.1.0.nuspec View File


packages/EntityFramework.6.0.2/content/App.config.transform → packages/EntityFramework.6.1.0/content/App.config.transform View File


packages/EntityFramework.6.0.2/content/Web.config.transform → packages/EntityFramework.6.1.0/content/Web.config.transform View File


BIN
packages/EntityFramework.6.0.2/lib/net40/EntityFramework.SqlServer.dll → packages/EntityFramework.6.1.0/lib/net40/EntityFramework.SqlServer.dll View File


+ 1858
- 0
packages/EntityFramework.6.1.0/lib/net40/EntityFramework.SqlServer.xml
File diff suppressed because it is too large
View File


BIN
packages/EntityFramework.6.1.0/lib/net40/EntityFramework.dll View File


+ 45071
- 0
packages/EntityFramework.6.1.0/lib/net40/EntityFramework.xml
File diff suppressed because it is too large
View File


BIN
packages/EntityFramework.6.0.2/lib/net45/EntityFramework.SqlServer.dll → packages/EntityFramework.6.1.0/lib/net45/EntityFramework.SqlServer.dll View File


+ 1858
- 0
packages/EntityFramework.6.1.0/lib/net45/EntityFramework.SqlServer.xml
File diff suppressed because it is too large
View File


BIN
packages/EntityFramework.6.1.0/lib/net45/EntityFramework.dll View File


+ 52245
- 0
packages/EntityFramework.6.1.0/lib/net45/EntityFramework.xml
File diff suppressed because it is too large
View File


BIN
packages/EntityFramework.6.0.2/tools/EntityFramework.PowerShell.Utility.dll → packages/EntityFramework.6.1.0/tools/EntityFramework.PowerShell.Utility.dll View File


BIN
packages/EntityFramework.6.1.0/tools/EntityFramework.PowerShell.dll View File


BIN
packages/EntityFramework.6.0.2/tools/EntityFramework.psd1 → packages/EntityFramework.6.1.0/tools/EntityFramework.psd1 View File


packages/EntityFramework.6.0.2/tools/EntityFramework.psm1 → packages/EntityFramework.6.1.0/tools/EntityFramework.psm1 View File


packages/EntityFramework.6.0.2/tools/about_EntityFramework.help.txt → packages/EntityFramework.6.1.0/tools/about_EntityFramework.help.txt View File


packages/EntityFramework.6.0.2/tools/init.ps1 → packages/EntityFramework.6.1.0/tools/init.ps1 View File


packages/EntityFramework.6.0.2/tools/install.ps1 → packages/EntityFramework.6.1.0/tools/install.ps1 View File


BIN
packages/Microsoft.AspNet.Identity.Core.1.0.0/Microsoft.AspNet.Identity.Core.1.0.0.nupkg View File


BIN
packages/Microsoft.AspNet.Identity.Core.1.0.0/lib/net45/Microsoft.AspNet.Identity.Core.dll View File


+ 0
- 646
packages/Microsoft.AspNet.Identity.Core.1.0.0/lib/net45/Microsoft.AspNet.Identity.Core.xml View File

@ -1,646 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.Core</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.IdentityConfig">
<summary>Static class to hold configuration settings for the Identity system</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityConfig.Settings">
<summary>Settings class which holds the various options for the system</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityManager">
<summary>Helper class which contains methods that encapsulate common unit of work functionality on an IdentityStoreContext, i.e. ChangePasswordAsync or CreateLocalUserAsync and takes care of calling SaveChangesAsync</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.#ctor(Microsoft.AspNet.Identity.IdentitySettings,Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor that uses the default settings</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.Dispose">
<summary>Dispose the store context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.Dispose(System.Boolean)">
<summary>When disposing, actually dipose the store context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Logins">
<summary>User Login related APIs</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Passwords">
<summary>Password API</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Roles">
<summary>Roles API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityManager.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>SaveChanges to the various identity stores</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Settings">
<summary>Settings object used for configuration, if null, uses the global settings (IdentityConfig.Settings)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Store">
<summary>IdentityStoreContext which the helper methods work against</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Tokens">
<summary>Token API</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityManager.Users">
<summary>APIs around User management</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityOptions">
<summary>Settings used to configure an IdentityManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityOptions.#ctor">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.AllowOnlyAlphaNumericUserNames">
<summary>Only allow String.IsLetterOrDigits in UserNames</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.LocalLoginProvider">
<summary>Identifier for user logins created by the local application, i.e. database</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.MinRequiredPasswordLength">
<summary>Minimum required length for a text</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.PasswordValidator">
<summary>Validators passwords are of sufficient strength</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityOptions.UserNameValidator">
<summary>Validates usernames</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityResult">
<summary>Represents the result of an identity operation</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.#ctor(System.Boolean)">
<summary>Constructor taking a success flag</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.#ctor(System.String[])">
<summary>Failure constructor that takes error messages</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityResult.Errors">
<summary>List of errors</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.Failed(System.String[])">
<summary>Failed helper method</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityResult.Succeeded">
<summary>Success helper method</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityResult.Success">
<summary>True if the operation was successful</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityRoleManager">
<summary>Roles API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.FindRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityRoleManager.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IdentityRoleManager.Store">
<summary>Store to operate on</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentitySettings">
<summary>Class that holds various settings for the identity system</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.#ctor"></member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.Add(System.String,System.Object)">
<summary>Add a setting object with the specified key</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.Get(System.String)">
<summary>Return a settings object, or create a new one if it does not exist</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.GetIdentityOptions">
<summary>Return the IdentityManagerOptions</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentitySettings.GetOrCreate``1">
<summary>Return a settings object, or create a new one if it does not exist, will throw if the wrong type is present</summary>
<typeparam name="T"></typeparam>
</member>
<member name="T:Microsoft.AspNet.Identity.IdentityStoreContextExtensions">
<summary>Extension methods that use the default CancellationToken.None</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IdentityStoreContextExtensions.SaveChangesAsync(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Saves any changes to the stores (Note: stores are not required to support this pattern)</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IIdentityManagerFactory">
<summary>Factory used to construct IdentityManagers</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IIdentityManagerFactory.CreateStoreManager">
<summary>Factory method used to construct an IdentityManager with the specified settings and context</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IIdentityStore">
<summary>Used to coordinate operations involving the user, login, roles, and claims stores SaveChangesAsync will persist the changes (if the stores support this concept)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Logins">
<summary>Maps local userIds to login providers, i.e. a local username/password, Google, Facebook, Twitter, Microsoft</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Roles">
<summary>Stores role information</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IIdentityStore.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>Saves any changes to the stores (Note: stores are not required to support this pattern)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Secrets">
<summary>Store used to store user name/hashed passwords</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Tokens">
<summary>Stores arbitrary tokens (i.e. access tokens, refresh tokens, confirmation tokens)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.UserClaims">
<summary>Stores claims for users</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.UserManagement">
<summary>Store responsible for managing users (confirmation, lockout)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IIdentityStore.Users">
<summary>Store responsible for creating/deleting/retrieving users by userId</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ILoginManager">
<summary>Login related APIs: managing local or external logins</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.AddLocalLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create the specified user name and password local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.AddLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Associate a login with a user (external or local)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetLoginsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns a list of logins for a user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetUserIdForLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the local user id for a user login that matches</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.GetUserIdForLoginAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns the userId if there is a local login with the specified userName, null otherwise</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.HasLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the userId has a local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ILoginManager.RemoveLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user login</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IPasswordManager">
<summary>Password related APIs: changing user name passwords, resetting passwords</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.ChangePasswordAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Change a user's password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.CheckPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Validates a local user name/password combination</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.GenerateResetPasswordTokenAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user that can be used to reset his password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IPasswordManager.ResetPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Reset a user's password with the reset password token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IRole">
<summary> Minimal set of data needed to persist role data </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IRole.Id">
<summary> Id of the role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IRole.Name"></member>
<member name="T:Microsoft.AspNet.Identity.IRoleManager">
<summary>Role related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.FindRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleManager.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IRoleStore">
<summary> Interface for managing the creation and membership of roles </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.FindRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IRoleStore.RoleExistsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IStringValidator">
<summary>Interface used to specify custom username/text validation</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IStringValidator.Validate(System.String)">
<summary>Validates a string.</summary>
<returns>A result with <see cref="P:Microsoft.AspNet.Identity.IdentityResult.Success" /> set to <see cref="true" /> when validation succeeds; otherwise, a result with <see cref="P:Microsoft.AspNet.Identity.IdentityResult.Success" /> set to <see cref="false" />.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.IToken">
<summary>Interface for a token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.Id">
<summary>Unique identifier for the token</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.ValidUntilUtc">
<summary>Token is valid until this date</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IToken.Value">
<summary>Value of the token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ITokenManager">
<summary>Token related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a new token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token in the TokenStore</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenManager.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the TokenStore</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.ITokenStore">
<summary>Store that contains tokens which can be used for different purposes (confirmation, access, refresh) and with expiration</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.CreateNewInstance">
<summary>Creates the appropriate IToken instance</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.ITokenStore.UpdateAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Update a token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUser">
<summary> Minimal interface for a user with a string user key </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUser.Id">
<summary> Unique key for the user </summary>
<returns>The unique key for the user</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.IUser.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.IUserClaim">
<summary>Represents a claim for a user</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.ClaimType">
<summary>ClaimType for the user claim</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.ClaimValue">
<summary>value for the user's claim</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserClaim.UserId">
<summary>UserId for the user with the claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserClaimStore">
<summary>Stores claims for users.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.AddAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Store a claim for the user with the specified type/value.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userClaim">The user claim.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the claims for the user with the issuer set.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userId">The user ID.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserClaimStore.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>RemoveAsync a user claim.</summary>
<returns>The task that performs the asynchronous operation.</returns>
<param name="userId">The user ID.</param>
<param name="claimType">The claim type.</param>
<param name="claimValue">The claim value.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserLogin">
<summary> Represents a linked login for a user (i.e. a local username/password or a Facebook/Google account </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.LoginProvider">
<summary> Provider for the linked login, i.e. Local, Facebook, Google, etc. </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.ProviderKey">
<summary> Key for the linked login at the provider </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserLogin.UserId">
<summary> UserId for the user who owns this account </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserLoginStore">
<summary> Maps local userIds to account providers, i.e. a local username/password, Google, Facebook, Twitter, Microsoft </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.AddAsync(Microsoft.AspNet.Identity.IUserLogin,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.CreateNewInstance(System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetLoginsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetProviderKeyAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.GetUserIdAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserLoginStore.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IUserManagement">
<summary>Minimal interface for holding user management info (i.e. Confirmed, LastSignInTime)</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.DisableSignIn">
<summary>Set if user is not allowed to sign in</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.LastSignInTimeUtc">
<summary>Last time the user was signed in</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserManagement.UserId">
<summary>Unique key for the user</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserManagementStore">
<summary>Responsible for creating/deleting/retrieving user management info</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.CreateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Creates the specified IUserManagement object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.CreateNewInstance(System.String)">
<summary>Creates the appropriate IUserManagement instance for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.DeleteAsync(System.String,System.Threading.CancellationToken)">
<summary>Deletes the specified IUserManagement for the userId</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.FindAsync(System.String,System.Threading.CancellationToken)">
<summary>Finds an IUserManagement by its key</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManagementStore.UpdateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Update the specified IUserManagement object</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserManager">
<summary>User related APIs: creating users, adding claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.AddClaimAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Add a new user claim to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create a user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.Threading.CancellationToken)">
<summary>Create a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.CreateUserAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Get a users claims</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserManager.RemoveClaimAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserSecret">
<summary> Minimal set of data needed to persist login data </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserSecret.Secret">
<summary> Opaque string to validate the user, i.e. password </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.IUserSecret.UserName">
<summary> Username </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.IUserSecretStore">
<summary> Stores login information (username/secret) </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.CreateAsync(Microsoft.AspNet.Identity.IUserSecret,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.CreateNewInstance(System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.UpdateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserSecretStore.ValidateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.IUserStore">
<summary> Responsible for creating/deleting/retrieving users by userId </summary>
</member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.CreateAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.IUserStore.FindByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.LoginManager"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.AddLocalLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create the specified user name and password local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.AddLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Associate a login with a user (external or local)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetLoginsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns a list of logins for a user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetUserIdForLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the local user id for a user login that matches</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.GetUserIdForLoginAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns the userId if there is a local login with the specified userName, null otherwise</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.HasLocalLoginAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the userId has a local login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManager.RemoveLoginAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user login</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.LoginManager.Store"></member>
<member name="T:Microsoft.AspNet.Identity.LoginManagerExtensions">
<summary>Extension methods for ILoginManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.AddLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetLogins(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetLoginsAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.GetUserIdForLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.HasLocalLogin(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.HasLocalLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.RemoveLogin(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.LoginManagerExtensions.RemoveLoginAsync(Microsoft.AspNet.Identity.ILoginManager,System.String,System.String,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.PasswordManager">
<summary>Password APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.ChangePasswordAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Change a user's password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.CheckPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Validates a local user name/password combination</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.GenerateResetPasswordTokenAsync(System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
<summary>Create a token for the specified user that can be used to reset his password</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.PasswordManager.Manager"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManager.ResetPasswordAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Reset a user's password with the reset password token</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.PasswordManagerExtensions">
<summary>Extension methods for IPasswordManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ChangePassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ChangePasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.CheckPassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.CheckPasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.GenerateResetPasswordToken(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.GenerateResetPasswordTokenAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String,System.DateTime)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ResetPassword(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.PasswordManagerExtensions.ResetPasswordAsync(Microsoft.AspNet.Identity.IPasswordManager,System.String,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.RoleManagerExtensions">
<summary>Extension methods for IRoleManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.AddUserToRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Add a user to a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.CreateRoleAsync(Microsoft.AspNet.Identity.IRoleManager,Microsoft.AspNet.Identity.IRole)">
<summary>Create a role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.DeleteRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.Boolean)">
<summary>Delete a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.FindRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Find a role by id</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.FindRoleByNameAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Find a role by name</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.GetRolesForUserAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns the roles for the user</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.GetUsersInRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns the users in the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.IsUserInRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.RemoveUserFromRoleAsync(Microsoft.AspNet.Identity.IRoleManager,System.String,System.String)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.RoleManagerExtensions.RoleExistsAsync(Microsoft.AspNet.Identity.IRoleManager,System.String)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.TokenManager">
<summary>Token related APIs</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.#ctor(Microsoft.AspNet.Identity.IIdentityStore)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)">
<summary>Add a new token to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>Find a token in the TokenStore</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManager.RemoveAsync(System.String,System.Threading.CancellationToken)">
<summary>Remove a token from the TokenStore</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.TokenManager.Store">
<summary>Store to operate on</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.TokenManagerExtensions">
<summary>Extension methods for ITokenManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Add(Microsoft.AspNet.Identity.ITokenManager,Microsoft.AspNet.Identity.IToken)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.AddAsync(Microsoft.AspNet.Identity.ITokenManager,Microsoft.AspNet.Identity.IToken)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Find(Microsoft.AspNet.Identity.ITokenManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.FindAsync(Microsoft.AspNet.Identity.ITokenManager,System.String,System.Boolean)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.Remove(Microsoft.AspNet.Identity.ITokenManager,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.TokenManagerExtensions.RemoveAsync(Microsoft.AspNet.Identity.ITokenManager,System.String)"></member>
<member name="T:Microsoft.AspNet.Identity.UserManager">
<summary>User related API</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.#ctor(Microsoft.AspNet.Identity.IdentityManager)">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.AddClaimAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)">
<summary>Add a new user claim to the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.String,System.Threading.CancellationToken)">
<summary>Create a user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUser,System.String,System.Threading.CancellationToken)">
<summary>Create a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.CreateUserAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)">
<summary>Get a users claims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.UserManager.Manager">
<summary>IdentityManager to operate on</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManager.RemoveClaimAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
<summary>Remove a user claim</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.UserManagerExtensions">
<summary>Extension methods for IUserManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateExternalUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateExternalUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String,System.String)">
<summary>Createa user with an associated external login</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateLocalUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateLocalUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser,System.String)">
<summary>CreateAsync a user with a linked local login with the specified password</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateUser(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser)">
<summary>Create a user and its associated user management object</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.UserManagerExtensions.CreateUserAsync(Microsoft.AspNet.Identity.IUserManager,Microsoft.AspNet.Identity.IUser)">
<summary>Create a user and its associated user management object</summary>
</member>
</members>
</doc>

BIN
packages/Microsoft.AspNet.Identity.Core.2.0.0/Microsoft.AspNet.Identity.Core.2.0.0.nupkg View File


packages/Microsoft.AspNet.Identity.Core.1.0.0/Microsoft.AspNet.Identity.Core.1.0.0.nuspec → packages/Microsoft.AspNet.Identity.Core.2.0.0/Microsoft.AspNet.Identity.Core.2.0.0.nuspec View File


BIN
packages/Microsoft.AspNet.Identity.Core.2.0.0/lib/net45/Microsoft.AspNet.Identity.Core.dll View File


+ 2685
- 0
packages/Microsoft.AspNet.Identity.Core.2.0.0/lib/net45/Microsoft.AspNet.Identity.Core.xml
File diff suppressed because it is too large
View File


BIN
packages/Microsoft.AspNet.Identity.EntityFramework.1.0.0/Microsoft.AspNet.Identity.EntityFramework.1.0.0.nupkg View File


BIN
packages/Microsoft.AspNet.Identity.EntityFramework.1.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll View File


+ 0
- 425
packages/Microsoft.AspNet.Identity.EntityFramework.1.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.xml View File

@ -1,425 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.EntityFramework</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext">
<summary>Concrete instance of the IdentityDbContext which uses the default framework entities</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext.#ctor">
<summary>Default constructor which uses the "DefaultConnection" connectionString</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.DefaultIdentityDbContext.#ctor(System.String)">
<summary>Constructor which takes the connection string to use</summary>
<param name="nameOrConnectionString">The connection string to use.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8">
<summary>Generic Context which takes entities for all of the sets needed for IIdentityManager</summary>
<typeparam name="TUser"></typeparam>
<typeparam name="TUserClaim"></typeparam>
<typeparam name="TUserSecret"></typeparam>
<typeparam name="TUserLogin"></typeparam>
<typeparam name="TRole"></typeparam>
<typeparam name="TUserRole"></typeparam>
<typeparam name="TToken"></typeparam>
<typeparam name="TUserManagement"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.#ctor">
<summary>Default constructor which uses the "DefaultConnection" connectionString</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.#ctor(System.String)">
<summary>Constructor which takes the connection string to use</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Roles">
<summary>EntitySet of Roles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Tokens">
<summary>EntitySet of Tokens</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserClaims">
<summary>EntitySet of UserClaims</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserLogins">
<summary>EntitySet of UserLogins</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserManagement">
<summary>EntitySet of UserManagement</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserRoles">
<summary>EntitySet of UserRoles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.Users">
<summary>EntitySet of Users</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.UserSecrets">
<summary>EntitySet of UserSecrets</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`8.ValidateEntity(System.Data.Entity.Infrastructure.DbEntityEntry,System.Collections.Generic.IDictionary{System.Object,System.Object})">
<summary>Validates that UserNames are unique and case insenstive</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContextWithCustomUser`1">
<summary>Concrete instance of the IdentityDbContext which uses a custom user entity but otherwise uses default framework entities</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContextWithCustomUser`1.#ctor"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory">
<summary>Factory implementation that returns an IdentityManager</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.#ctor(Microsoft.AspNet.Identity.IdentitySettings,System.Func{Microsoft.AspNet.Identity.IIdentityStore})"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.ContextFactory">
<summary>Factory method that creates an identity store context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.CreateStoreManager">
<summary>Factory method that creates an IdentityManager</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityManagerFactory.Settings">
<summary>IdentitySettings to use when creating IdentityManagers</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityStore">
<summary>Implements IIdentityStoreContext <see cref="T:Microsoft.AspNet.Identity.IIdentityStore" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.#ctor">
<summary>Default constuctor which uses a new instance of a DefaultIdentityDbContext</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor which takes a db context and wires up the stores with default instances using the context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.DbContext">
<summary>Context which encapsulates the unit of work</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Dispose">
<summary>Dispose the stores and dbcontext</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Dispose(System.Boolean)">
<summary>If disposing, calls dispose on the stores and Context. Always nulls out the stores/dbcontext</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Logins"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Roles"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.SaveChangesAsync(System.Threading.CancellationToken)">
<summary>Calls SaveChangesAsync on the Context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Secrets"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Tokens"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.UserClaims"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.UserManagement"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityStore.Users"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IUserRole">
<summary> Represents a user being in a role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IUserRole.RoleId">
<summary> id of the role </summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IUserRole.UserId">
<summary> id of the user </summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Role">
<summary>Implements IRole <see cref="T:Microsoft.AspNet.Identity.IRole" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Role.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Role" /> class.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Role.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Role" /> class.</summary>
<param name="roleName">The name of the role.</param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.Id">
<summary>Gets the identifier of this role.</summary>
<returns>The identifier of this role.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.Name">
<summary>Gets the name of this role.</summary>
<returns>The name of this role.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Role.UserRoles">
<summary>Gets a collection of user roles.</summary>
<returns>A collection of user roles.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2">
<summary>Base class for RoleStores using EF where TRole is the entity type of the role, and TUserInRole is the entity type of the user/role membership</summary>
<typeparam name="TRole"></typeparam>
<typeparam name="TUserInRole"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.AddUserToRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is successfully added to the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.CreateRoleAsync(Microsoft.AspNet.Identity.IRole,System.Threading.CancellationToken)">
<summary>Creates a role, returns true if successful, false if not (role already exists)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.DeleteRoleAsync(System.String,System.Boolean,System.Threading.CancellationToken)">
<summary>DeleteById a role, returns true if successful</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.FindRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.FindRoleByNameAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.GetRolesForUserAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns the roles for th euser</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.GetUsersInRoleAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.IsUserInRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user is in the specified role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.RemoveUserFromRoleAsync(System.String,System.String,System.Threading.CancellationToken)">
<summary>Returns true if the user was removed from the role</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`2.RoleExistsAsync(System.String,System.Threading.CancellationToken)">
<summary>Returns true if the role exists</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Store`1">
<summary>EntityFramework based Store that allows query/manipulation of a TEntity set</summary>
<typeparam name="TEntity"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a Context</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Store`1.Context">
<summary>Context for the store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Delete(`0)">
<summary>Mark an entity for deletion</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.DeleteById(System.Object)">
<summary>Overload that deletes an entity</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Store`1.EntitySet">
<summary>EntitySet for this store</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.GetByIdAsync(System.Object,System.Threading.CancellationToken)">
<summary>FindAsync an entity by ID</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Insert(`0)">
<summary>Insert an entity</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Store`1.Update(`0)">
<summary>Update an entity</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.Token">
<summary>EntityType that implements IToken <see cref="T:Microsoft.AspNet.Identity.IToken" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.Token.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.Token" /> class.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.Id">
<summary>Gets the identifier of this token.</summary>
<returns>The identifier of this token.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.ValidUntilUtc">
<summary>Gets the date and time the token is valid.</summary>
<returns>The date and time the token is valid.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.Token.Value">
<summary>Gets the value of this token.</summary>
<returns>The value of this token.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1">
<summary>Implements ITokenStore using EntityFramework where TToken is the entity type of the token being stored</summary>
<typeparam name="TToken"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.AddAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.CreateNewInstance"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.FindAsync(System.String,System.Boolean,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.RemoveAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.TokenStore`1.UpdateAsync(Microsoft.AspNet.Identity.IToken,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.User">
<summary>EntityType that implements IUser <see cref="T:Microsoft.AspNet.Identity.IUser" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.User.#ctor">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.User.#ctor(System.String)">
<summary>Constructor that takes userName</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Id"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Logins">
<summary>The user's logins</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Management">
<summary>The user's management object</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.Roles">
<summary>The user's roles</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.User.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserClaim">
<summary>EntityType that represents one specific user claim <see cref="T:Microsoft.AspNet.Identity.IUserClaim" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaim.#ctor">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.ClaimType">
<summary>Gets or sets the type of the claim associated with the user.</summary>
<returns>The type of the claim associated with the user.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.ClaimValue">
<summary>Gets or sets the value of the claim.</summary>
<returns>The value of the claim.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.Key">
<summary>Unique key for the user claim</summary>
<returns>The unique key for the user claim.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserClaim.UserId">
<summary>Gets or sets the user identifier associated with the claim.</summary>
<returns>The user identifier associated with the claim.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1">
<summary>Implements IUserClaimStore using EntityFramework where TUserSecret is the entity type of the user claim being stored</summary>
<typeparam name="TUserClaim"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.AddAsync(Microsoft.AspNet.Identity.IUserClaim,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.GetUserClaimsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserClaimStore`1.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserLogin">
<summary>Entity type for a user's login (i.e. facebook, local password, google)</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLogin.#ctor">
<summary>Default constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLogin.#ctor(System.String,System.String,System.String)">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.LoginProvider"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.ProviderKey"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserLogin.UserId"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1">
<summary>Implements IUserLoginStore using EntityFramework where TUserLogin is the entity type of the user login being stored</summary>
<typeparam name="TUserLogin"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.AddAsync(Microsoft.AspNet.Identity.IUserLogin,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.CreateNewInstance(System.String,System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetLoginsAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetProviderKeyAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.GetUserIdAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserLoginStore`1.RemoveAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement">
<summary>Represents the user management instance.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagement.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement" /> class.</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagement.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagement" /> class using the specified user identifier..</summary>
<param name="userId">The unique identifier of the user.</param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.DisableSignIn">
<summary>Gets or sets whether to disable the user sign in.</summary>
<returns>true to disable the user sign in; otherwise, false.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.LastSignInTimeUtc">
<summary>Gets or sets the time when the user recently signed in.</summary>
<returns>The time when the user recently signed in.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserManagement.UserId">
<summary>Gets or sets the unique identifier of the user.</summary>
<returns>The unique identifier of the user.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1">
<summary>Represents the user management store.</summary>
<typeparam name="TUser">The type of the user.</typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1" /> class.</summary>
<param name="db">The context for the store.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.CreateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Creates a user management.</summary>
<returns>The created management store.</returns>
<param name="info">The user management information.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.CreateNewInstance(System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)">
<summary>Deletes a user management.</summary>
<returns>The deleted user management.</returns>
<param name="userId">The user identifier where the management will be deleted.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.FindAsync(System.String,System.Threading.CancellationToken)">
<summary>Searches for a user management of a specific user.</summary>
<returns>The searched user management.</returns>
<param name="userId">The user identifier.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserManagementStore`1.UpdateAsync(Microsoft.AspNet.Identity.IUserManagement,System.Threading.CancellationToken)">
<summary>Updates a user management.</summary>
<returns>The updated user management information.</returns>
<param name="info">The user management information.</param>
<param name="cancellationToken">The cancellation token.</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserRole">
<summary>EntityType that represents a user belonging to a role <see cref="T:Microsoft.AspNet.Identity.EntityFramework.IUserRole" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserRole.#ctor">
<summary>Initializes a new instance of the <see cref="T:Microsoft.AspNet.Identity.EntityFramework.UserRole" /> class.</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.Role">
<summary>Navigation property setting up the foreign key for Role</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.RoleId">
<summary>Gets or sets the role identifier.</summary>
<returns>The role identifier.</returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.User">
<summary>Navigation property setting up the foreign key for User</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserRole.UserId">
<summary>Gets or sets the user identifier.</summary>
<returns>The user identifier.</returns>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserSecret">
<summary>EntityType that represents a username and secret(i.e. hashed password) <see cref="T:Microsoft.AspNet.Identity.IUserSecret" /></summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecret.#ctor">
<summary>Constructor</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecret.#ctor(System.String,System.String)">
<summary>Constructor</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserSecret.Secret"></member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserSecret.UserName"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1">
<summary>Implements IUserSecretStore using EntityFramework where TUserSecret is the entity type of the user secret being stored</summary>
<typeparam name="TUserSecret"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes a db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.CreateAsync(Microsoft.AspNet.Identity.IUserSecret,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.CreateNewInstance(System.String,System.String)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.UpdateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserSecretStore`1.ValidateAsync(System.String,System.String,System.Threading.CancellationToken)"></member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserStore`1">
<summary>Implements IUserStore using EntityFramework where TUser is the entity type of the user being stored</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>Constructor that takes the db context</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.CreateAsync(Microsoft.AspNet.Identity.IUser,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.DeleteAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.FindAsync(System.String,System.Threading.CancellationToken)"></member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.FindByNameAsync(System.String,System.Threading.CancellationToken)"></member>
</members>
</doc>

BIN
packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/Microsoft.AspNet.Identity.EntityFramework.2.0.0.nupkg View File


packages/Microsoft.AspNet.Identity.EntityFramework.1.0.0/Microsoft.AspNet.Identity.EntityFramework.1.0.0.nuspec → packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/Microsoft.AspNet.Identity.EntityFramework.2.0.0.nuspec View File


BIN
packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.dll View File


+ 964
- 0
packages/Microsoft.AspNet.Identity.EntityFramework.2.0.0/lib/net45/Microsoft.AspNet.Identity.EntityFramework.xml View File

@ -0,0 +1,964 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.AspNet.Identity.EntityFramework</name>
</assembly>
<members>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.RoleStore`1">
<summary>
EntityFramework based implementation
</summary>
<typeparam name="TRole"></typeparam>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3">
<summary>
EntityFramework based implementation
</summary>
<typeparam name="TRole"></typeparam>
<typeparam name="TKey"></typeparam>
<typeparam name="TUserRole"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.#ctor(System.Data.Entity.DbContext)">
<summary>
Constructor which takes a db context and wires up the stores with default instances using the context
</summary>
<param name="context"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.FindByIdAsync(`1)">
<summary>
Find a role by id
</summary>
<param name="roleId"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.FindByNameAsync(System.String)">
<summary>
Find a role by name
</summary>
<param name="roleName"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.CreateAsync(`0)">
<summary>
Insert an entity
</summary>
<param name="role"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.DeleteAsync(`0)">
<summary>
Mark an entity for deletion
</summary>
<param name="role"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.UpdateAsync(`0)">
<summary>
Update an entity
</summary>
<param name="role"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.Dispose">
<summary>
Dispose the store
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.Dispose(System.Boolean)">
<summary>
If disposing, calls dispose on the Context. Always nulls out the Context
</summary>
<param name="disposing"></param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.Context">
<summary>
Context for the store
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.DisposeContext">
<summary>
If true will call dispose on the DbContext during Dipose
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.RoleStore`3.Roles">
<summary>
Returns an IQueryable of users
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`1.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.RoleStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>
Constructor
</summary>
<param name="context"></param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserStore`1">
<summary>
EntityFramework based user store implementation that supports IUserStore, IUserLoginStore, IUserClaimStore and
IUserRoleStore
</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.UserStore`6">
<summary>
EntityFramework based user store implementation that supports IUserStore, IUserLoginStore, IUserClaimStore and
IUserRoleStore
</summary>
<typeparam name="TUser"></typeparam>
<typeparam name="TRole"></typeparam>
<typeparam name="TKey"></typeparam>
<typeparam name="TUserLogin"></typeparam>
<typeparam name="TUserRole"></typeparam>
<typeparam name="TUserClaim"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.#ctor(System.Data.Entity.DbContext)">
<summary>
Constructor which takes a db context and wires up the stores with default instances using the context
</summary>
<param name="context"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetClaimsAsync(`0)">
<summary>
Return the claims for a user
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.AddClaimAsync(`0,System.Security.Claims.Claim)">
<summary>
Add a claim to a user
</summary>
<param name="user"></param>
<param name="claim"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.RemoveClaimAsync(`0,System.Security.Claims.Claim)">
<summary>
Remove a claim from a user
</summary>
<param name="user"></param>
<param name="claim"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetEmailConfirmedAsync(`0)">
<summary>
Returns whether the user email is confirmed
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetEmailConfirmedAsync(`0,System.Boolean)">
<summary>
Set IsConfirmed on the user
</summary>
<param name="user"></param>
<param name="confirmed"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetEmailAsync(`0,System.String)">
<summary>
Set the user email
</summary>
<param name="user"></param>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetEmailAsync(`0)">
<summary>
Get the user's email
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.FindByEmailAsync(System.String)">
<summary>
Find a user by email
</summary>
<param name="email"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetLockoutEndDateAsync(`0)">
<summary>
Returns the DateTimeOffset that represents the end of a user's lockout, any time in the past should be considered
not locked out.
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetLockoutEndDateAsync(`0,System.DateTimeOffset)">
<summary>
Locks a user out until the specified end date (set to a past date, to unlock a user)
</summary>
<param name="user"></param>
<param name="lockoutEnd"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.IncrementAccessFailedCountAsync(`0)">
<summary>
Used to record when an attempt to access the user has failed
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.ResetAccessFailedCountAsync(`0)">
<summary>
Used to reset the account access count, typically after the account is successfully accessed
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetAccessFailedCountAsync(`0)">
<summary>
Returns the current number of failed access attempts. This number usually will be reset whenever the password is
verified or the account is locked out.
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetLockoutEnabledAsync(`0)">
<summary>
Returns whether the user can be locked out.
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetLockoutEnabledAsync(`0,System.Boolean)">
<summary>
Sets whether the user can be locked out.
</summary>
<param name="user"></param>
<param name="enabled"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.FindByIdAsync(`2)">
<summary>
Find a user by id
</summary>
<param name="userId"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.FindByNameAsync(System.String)">
<summary>
Find a user by name
</summary>
<param name="userName"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.CreateAsync(`0)">
<summary>
Insert an entity
</summary>
<param name="user"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.DeleteAsync(`0)">
<summary>
Mark an entity for deletion
</summary>
<param name="user"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.UpdateAsync(`0)">
<summary>
Update an entity
</summary>
<param name="user"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.Dispose">
<summary>
Dispose the store
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.FindAsync(Microsoft.AspNet.Identity.UserLoginInfo)">
<summary>
Returns the user associated with this login
</summary>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.AddLoginAsync(`0,Microsoft.AspNet.Identity.UserLoginInfo)">
<summary>
Add a login to the user
</summary>
<param name="user"></param>
<param name="login"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.RemoveLoginAsync(`0,Microsoft.AspNet.Identity.UserLoginInfo)">
<summary>
Remove a login from a user
</summary>
<param name="user"></param>
<param name="login"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetLoginsAsync(`0)">
<summary>
Get the logins for a user
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetPasswordHashAsync(`0,System.String)">
<summary>
Set the password hash for a user
</summary>
<param name="user"></param>
<param name="passwordHash"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetPasswordHashAsync(`0)">
<summary>
Get the password hash for a user
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.HasPasswordAsync(`0)">
<summary>
Returns true if the user has a password set
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetPhoneNumberAsync(`0,System.String)">
<summary>
Set the user's phone number
</summary>
<param name="user"></param>
<param name="phoneNumber"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetPhoneNumberAsync(`0)">
<summary>
Get a user's phone number
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetPhoneNumberConfirmedAsync(`0)">
<summary>
Returns whether the user phoneNumber is confirmed
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetPhoneNumberConfirmedAsync(`0,System.Boolean)">
<summary>
Set PhoneNumberConfirmed on the user
</summary>
<param name="user"></param>
<param name="confirmed"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.AddToRoleAsync(`0,System.String)">
<summary>
Add a user to a role
</summary>
<param name="user"></param>
<param name="roleName"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.RemoveFromRoleAsync(`0,System.String)">
<summary>
Remove a user from a role
</summary>
<param name="user"></param>
<param name="roleName"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetRolesAsync(`0)">
<summary>
Get the names of the roles a user is a member of
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.IsInRoleAsync(`0,System.String)">
<summary>
Returns true if the user is in the named role
</summary>
<param name="user"></param>
<param name="roleName"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetSecurityStampAsync(`0,System.String)">
<summary>
Set the security stamp for the user
</summary>
<param name="user"></param>
<param name="stamp"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetSecurityStampAsync(`0)">
<summary>
Get the security stamp for a user
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.SetTwoFactorEnabledAsync(`0,System.Boolean)">
<summary>
Set the Two Factor provider for the user
</summary>
<param name="user"></param>
<param name="enabled"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.GetTwoFactorEnabledAsync(`0)">
<summary>
Get the two factor provider for the user
</summary>
<param name="user"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.Dispose(System.Boolean)">
<summary>
If disposing, calls dispose on the Context. Always nulls out the Context
</summary>
<param name="disposing"></param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.Context">
<summary>
Context for the store
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.DisposeContext">
<summary>
If true will call dispose on the DbContext during Dipose
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.AutoSaveChanges">
<summary>
If true will call SaveChanges after Create/Update/Delete
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.UserStore`6.Users">
<summary>
Returns an IQueryable of users
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.#ctor">
<summary>
Default constuctor which uses a new instance of a default EntityyDbContext
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.UserStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>
Constructor
</summary>
<param name="context"></param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole">
<summary>
EntityType that represents a user belonging to a role
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole`1">
<summary>
EntityType that represents a user belonging to a role
</summary>
<typeparam name="TKey"></typeparam>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole`1.UserId">
<summary>
UserId for the user that is in the role
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole`1.RoleId">
<summary>
RoleId for the role
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1">
<summary>
EntityFramework based IIdentityEntityStore that allows query/manipulation of a TEntity set
</summary>
<typeparam name="TEntity">Concrete entity type, i.e .User</typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.#ctor(System.Data.Entity.DbContext)">
<summary>
Constructor that takes a Context
</summary>
<param name="context"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.GetByIdAsync(System.Object)">
<summary>
FindAsync an entity by ID
</summary>
<param name="id"></param>
<returns></returns>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.Create(`0)">
<summary>
Insert an entity
</summary>
<param name="entity"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.Delete(`0)">
<summary>
Mark an entity for deletion
</summary>
<param name="entity"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.Update(`0)">
<summary>
Update an entity
</summary>
<param name="entity"></param>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.Context">
<summary>
Context for the store
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.EntitySet">
<summary>
Used to query the entities
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.EntityStore`1.DbEntitySet">
<summary>
EntitySet for this store
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext">
<summary>
Default IdentityDbContext that uses the default entity types for ASP.NET Identity Users, Roles, Claims, Logins.
Use this overload to add your own entity types.
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6">
<summary>
Generic IdentityDbContext base that can be customized with entity types that extend from the base IdentityUserXXX types.
</summary>
<typeparam name="TUser"></typeparam>
<typeparam name="TRole"></typeparam>
<typeparam name="TKey"></typeparam>
<typeparam name="TUserLogin"></typeparam>
<typeparam name="TUserRole"></typeparam>
<typeparam name="TUserClaim"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.#ctor">
<summary>
Default constructor which uses the "DefaultConnection" connectionString
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.#ctor(System.String)">
<summary>
Constructor which takes the connection string to use
</summary>
<param name="nameOrConnectionString"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.#ctor(System.Data.Common.DbConnection,System.Data.Entity.Infrastructure.DbCompiledModel,System.Boolean)">
<summary>
Constructs a new context instance using the existing connection to connect to a database, and initializes it from
the given model. The connection will not be disposed when the context is disposed if contextOwnsConnection is
false.
</summary>
<param name="existingConnection">An existing connection to use for the new context.</param>
<param name="model">The model that will back this context.</param>
<param name="contextOwnsConnection">
Constructs a new context instance using the existing connection to connect to a
database, and initializes it from the given model. The connection will not be disposed when the context is
disposed if contextOwnsConnection is false.
</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.OnModelCreating(System.Data.Entity.DbModelBuilder)">
<summary>
Maps table names, and sets up relationships between the various user entities
</summary>
<param name="modelBuilder"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.ValidateEntity(System.Data.Entity.Infrastructure.DbEntityEntry,System.Collections.Generic.IDictionary{System.Object,System.Object})">
<summary>
Validates that UserNames are unique and case insenstive
</summary>
<param name="entityEntry"></param>
<param name="items"></param>
<returns></returns>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.Users">
<summary>
IDbSet of Users
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.Roles">
<summary>
IDbSet of Roles
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`6.RequireUniqueEmail">
<summary>
If true validates that emails are unique
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext.#ctor">
<summary>
Default constructor which uses the DefaultConnection
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext.#ctor(System.String)">
<summary>
Constructor which takes the connection string to use
</summary>
<param name="nameOrConnectionString"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext.#ctor(System.Data.Common.DbConnection,System.Data.Entity.Infrastructure.DbCompiledModel,System.Boolean)">
<summary>
Constructs a new context instance using the existing connection to connect to a database, and initializes it from
the given model. The connection will not be disposed when the context is disposed if contextOwnsConnection is
false.
</summary>
<param name="existingConnection">An existing connection to use for the new context.</param>
<param name="model">The model that will back this context.</param>
<param name="contextOwnsConnection">
Constructs a new context instance using the existing connection to connect to a
database, and initializes it from the given model. The connection will not be disposed when the context is
disposed if contextOwnsConnection is false.
</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`1">
<summary>
DbContext which uses a custom user entity with a string primary key
</summary>
<typeparam name="TUser"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`1.#ctor">
<summary>
Default constructor which uses the DefaultConnection
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`1.#ctor(System.String)">
<summary>
Constructor which takes the connection string to use
</summary>
<param name="nameOrConnectionString"></param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`1.#ctor(System.String,System.Boolean)">
<summary>
Constructor which takes the connection string to use
</summary>
<param name="nameOrConnectionString"></param>
<param name="throwIfV1Schema">Will throw an exception if the schema matches that of Identity 1.0.0</param>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityDbContext`1.#ctor(System.Data.Common.DbConnection,System.Data.Entity.Infrastructure.DbCompiledModel,System.Boolean)">
<summary>
Constructs a new context instance using the existing connection to connect to a database, and initializes it from
the given model. The connection will not be disposed when the context is disposed if contextOwnsConnection is
false.
</summary>
<param name="existingConnection">An existing connection to use for the new context.</param>
<param name="model">The model that will back this context.</param>
<param name="contextOwnsConnection">
Constructs a new context instance using the existing connection to connect to a
database, and initializes it from the given model. The connection will not be disposed when the context is
disposed if contextOwnsConnection is false.
</param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.DbValidationFailed">
<summary>
Looks up a localized string similar to Database Validation failed..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.DuplicateEmail">
<summary>
Looks up a localized string similar to Email {0} is already taken..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.DuplicateUserName">
<summary>
Looks up a localized string similar to User name {0} is already taken..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.EntityFailedValidation">
<summary>
Looks up a localized string similar to Entity Type {0} failed validation..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.ExternalLoginExists">
<summary>
Looks up a localized string similar to A user with that external login already exists..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.IdentityV1SchemaError">
<summary>
Looks up a localized string similar to The model backing the &apos;ApplicationDbContext&apos; context has changed since the database was created. This could have happened because the model used by ASP.NET Identity Framework has changed or the model being used in your application has changed. To resolve this issue, you need to update your database. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=301867). Before you update your database using Code First Migrations, please disable the schema consistency ch [rest of string was truncated]&quot;;.
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.IncorrectType">
<summary>
Looks up a localized string similar to Incorrect type, expected type of {0}..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.PropertyCannotBeEmpty">
<summary>
Looks up a localized string similar to {0} cannot be null or empty..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.RoleAlreadyExists">
<summary>
Looks up a localized string similar to Role {0} already exists..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.RoleIsNotEmpty">
<summary>
Looks up a localized string similar to Role is not empty..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.RoleNotFound">
<summary>
Looks up a localized string similar to Role {0} does not exist..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.UserAlreadyInRole">
<summary>
Looks up a localized string similar to User already in role..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.UserIdNotFound">
<summary>
Looks up a localized string similar to The UserId cannot be found..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.UserLoginAlreadyExists">
<summary>
Looks up a localized string similar to UserLogin already exists for loginProvider: {0} with providerKey: {1}.
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.UserNameNotFound">
<summary>
Looks up a localized string similar to User {0} does not exist..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.UserNotInRole">
<summary>
Looks up a localized string similar to User is not in role..
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityResources.ValueCannotBeNullOrEmpty">
<summary>
Looks up a localized string similar to Value cannot be null or empty..
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityRole">
<summary>
Represents a Role entity
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityRole`2">
<summary>
Represents a Role entity
</summary>
<typeparam name="TKey"></typeparam>
<typeparam name="TUserRole"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityRole`2.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityRole`2.Users">
<summary>
Navigation property for users in the role
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityRole`2.Id">
<summary>
Role id
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityRole`2.Name">
<summary>
Role name
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityRole.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityRole.#ctor(System.String)">
<summary>
Constructor
</summary>
<param name="roleName"></param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUser">
<summary>
Default EntityFramework IUser implementation
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4">
<summary>
Default EntityFramework IUser implementation
</summary>
<typeparam name="TKey"></typeparam>
<typeparam name="TLogin"></typeparam>
<typeparam name="TRole"></typeparam>
<typeparam name="TClaim"></typeparam>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.Email">
<summary>
Email
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.EmailConfirmed">
<summary>
True if the email is confirmed, default is false
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.PasswordHash">
<summary>
The salted/hashed form of the user password
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.SecurityStamp">
<summary>
A random value that should change whenever a users credentials have changed (password changed, login removed)
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.PhoneNumber">
<summary>
PhoneNumber for the user
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.PhoneNumberConfirmed">
<summary>
True if the phone number is confirmed, default is false
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.TwoFactorEnabled">
<summary>
Is two factor enabled for the user
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.LockoutEndDateUtc">
<summary>
DateTime in UTC when lockout ends, any time in the past is considered not locked out.
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.LockoutEnabled">
<summary>
Is lockout enabled for this user
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.AccessFailedCount">
<summary>
Used to record failures for the purposes of lockout
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.Roles">
<summary>
Navigation property for user roles
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.Claims">
<summary>
Navigation property for user claims
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.Logins">
<summary>
Navigation property for user logins
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.Id">
<summary>
User ID (Primary Key)
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUser`4.UserName">
<summary>
User name
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityUser.#ctor">
<summary>
Constructor which creates a new Guid for the Id
</summary>
</member>
<member name="M:Microsoft.AspNet.Identity.EntityFramework.IdentityUser.#ctor(System.String)">
<summary>
Constructor that takes a userName
</summary>
<param name="userName"></param>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim">
<summary>
EntityType that represents one specific user claim
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim`1">
<summary>
EntityType that represents one specific user claim
</summary>
<typeparam name="TKey"></typeparam>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim`1.Id">
<summary>
Primary key
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim`1.UserId">
<summary>
User Id for the user who owns this login
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim`1.ClaimType">
<summary>
Claim type
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserClaim`1.ClaimValue">
<summary>
Claim value
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin">
<summary>
Entity type for a user's login (i.e. facebook, google)
</summary>
</member>
<member name="T:Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin`1">
<summary>
Entity type for a user's login (i.e. facebook, google)
</summary>
<typeparam name="TKey"></typeparam>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin`1.LoginProvider">
<summary>
The login provider for the login (i.e. facebook, google)
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin`1.ProviderKey">
<summary>
Key representing the login for the provider
</summary>
</member>
<member name="P:Microsoft.AspNet.Identity.EntityFramework.IdentityUserLogin`1.UserId">
<summary>
User Id for the user who owns this login
</summary>
</member>
</members>
</doc>

+ 0
- 0
packages/Microsoft.Owin.2.0.2.deleteme View File


BIN
packages/Microsoft.Owin.2.0.2/Microsoft.Owin.2.0.2.nupkg View File


BIN
packages/Microsoft.Owin.2.0.2/lib/net40/Microsoft.Owin.dll View File


BIN
packages/Microsoft.Owin.2.0.2/lib/net45/Microsoft.Owin.dll View File


BIN
packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nupkg View File


packages/Microsoft.Owin.2.0.2/Microsoft.Owin.2.0.2.nuspec → packages/Microsoft.Owin.2.1.0/Microsoft.Owin.2.1.0.nuspec View File


packages/Microsoft.Owin.2.0.2/lib/net40/Microsoft.Owin.XML → packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.XML View File


BIN
packages/Microsoft.Owin.2.1.0/lib/net40/Microsoft.Owin.dll View File


+ 3150
- 0
packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.XML
File diff suppressed because it is too large
View File


BIN
packages/Microsoft.Owin.2.1.0/lib/net45/Microsoft.Owin.dll View File


BIN
packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nupkg View File


+ 29
- 0
packages/Microsoft.Owin.Host.SystemWeb.2.1.0/Microsoft.Owin.Host.SystemWeb.2.1.0.nuspec View File

@ -0,0 +1,29 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Owin.Host.SystemWeb</id>
<version>2.1.0</version>
<title>Microsoft.Owin.Host.SystemWeb</title>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<licenseUrl>http://www.microsoft.com/web/webpi/eula/aspnetcomponent_rtw_enu.htm</licenseUrl>
<projectUrl>http://katanaproject.codeplex.com/</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>OWIN server that enables OWIN-based applications to run on IIS using the ASP.NET request pipeline.</description>
<releaseNotes />
<copyright />
<language />
<tags>Microsoft OWIN Katana</tags>
<dependencies>
<group targetFramework=".NETFramework4.0">
<dependency id="Owin" version="1.0" />
<dependency id="Microsoft.Owin" version="2.1.0" />
<dependency id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
</group>
<group targetFramework=".NETFramework4.5">
<dependency id="Owin" version="1.0" />
<dependency id="Microsoft.Owin" version="2.1.0" />
</group>
</dependencies>
</metadata>
</package>

BIN
packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.dll View File


+ 532
- 0
packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net40/Microsoft.Owin.Host.SystemWeb.xml View File

@ -0,0 +1,532 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.Owin.Host.SystemWeb</name>
</assembly>
<members>
<member name="T:System.Reflection.AssemblyMetadataAttribute">
<summary>
Provided as a down-level stub for the 4.5 AssemblyMetaDataAttribute class.
All released assemblies should define [AssemblyMetadata("Serviceable", "True")].
</summary>
</member>
<member name="T:Owin.Loader.DefaultLoader">
<summary>
Locates the startup class based on the following convention:
AssemblyName.Startup, with a method named Configuration
</summary>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor">
<summary>
</summary>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}})">
<summary>
Allows for a fallback loader to be specified.
</summary>
<param name="next"></param>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}},System.Func{System.Type,System.Object})">
<summary>
Allows for a fallback loader and a Dependency Injection activator to be specified.
</summary>
<param name="next"></param>
<param name="activator"></param>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}},System.Func{System.Type,System.Object},System.Collections.Generic.IEnumerable{System.Reflection.Assembly})">
<summary>
</summary>
<param name="next"></param>
<param name="activator"></param>
<param name="referencedAssemblies"></param>
</member>
<member name="M:Owin.Loader.DefaultLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
<summary>
Executes the loader, searching for the entry point by name.
</summary>
<param name="startupName">The name of the assembly and type entry point</param>
<param name="errorDetails"></param>
<returns></returns>
</member>
<member name="M:Owin.Loader.DefaultLoader.DotByDot(System.String)">
<summary>
</summary>
<param name="text"></param>
<returns></returns>
</member>
<member name="T:Owin.Loader.NullLoader">
<summary>
A default fallback loader that does nothing.
</summary>
</member>
<member name="M:Owin.Loader.NullLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
<summary>
A placeholder method that always returns null.
</summary>
<param name="startup"></param>
<param name="errors"></param>
<returns>null.</returns>
</member>
<member name="P:Owin.Loader.NullLoader.Instance">
<summary>
A singleton instance of the NullLoader type.
</summary>
</member>
<member name="T:SharedResourceNamespace.LoaderResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.AssemblyNotFound">
<summary>
Looks up a localized string similar to For the app startup parameter value &apos;{0}&apos;, the assembly &apos;{1}&apos; was not found..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.ClassNotFoundInAssembly">
<summary>
Looks up a localized string similar to For the app startup parameter value &apos;{0}&apos;, the class &apos;{1}&apos; was not found in assembly &apos;{2}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.Exception_AttributeNameConflict">
<summary>
Looks up a localized string similar to The OwinStartup attribute discovered in assembly &apos;{0}&apos; referencing startup type &apos;{1}&apos; conflicts with the attribute in assembly &apos;{2}&apos; referencing startup type &apos;{3}&apos; because they have the same FriendlyName &apos;{4}&apos;. Remove or rename one of the attributes, or reference the desired type directly..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.Exception_StartupTypeConflict">
<summary>
Looks up a localized string similar to The discovered startup type &apos;{0}&apos; conflicts with the type &apos;{1}&apos;. Remove or rename one of the types, or reference the desired type directly..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.FriendlyNameMismatch">
<summary>
Looks up a localized string similar to The OwinStartupAttribute.FriendlyName value &apos;{0}&apos; does not match the given value &apos;{1}&apos; in Assembly &apos;{2}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.MethodNotFoundInClass">
<summary>
Looks up a localized string similar to No &apos;{0}&apos; method was found in class &apos;{1}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.NoAssemblyWithStartupClass">
<summary>
Looks up a localized string similar to No assembly found containing a Startup or [AssemblyName].Startup class..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.NoOwinStartupAttribute">
<summary>
Looks up a localized string similar to No assembly found containing an OwinStartupAttribute..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyEmpty">
<summary>
Looks up a localized string similar to The OwinStartupAttribute.StartupType value is empty in Assembly &apos;{0}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyMissing">
<summary>
Looks up a localized string similar to The type &apos;{0}&apos; referenced from assembly &apos;{1}&apos; does not define a property &apos;StartupType&apos; of type &apos;Type&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.TypeOrMethodNotFound">
<summary>
Looks up a localized string similar to The given type or method &apos;{0}&apos; was not found. Try specifying the Assembly..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.UnexpectedMethodSignature">
<summary>
Looks up a localized string similar to The &apos;{0}&apos; method on class &apos;{1}&apos; does not have the expected signature &apos;void {0}(IAppBuilder)&apos;..
</summary>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.DataProtection.MachineKeyDataProtectionProvider">
<summary>
Used to provide the data protection services that are derived from the MachineKey API. It is the best choice of
data protection when you application is hosted by ASP.NET and all servers in the farm are running with the same Machine Key values.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.DataProtection.MachineKeyDataProtectionProvider.Create(System.String[])">
<summary>
Returns a new instance of IDataProtection for the provider.
</summary>
<param name="purposes">Additional entropy used to ensure protected data may only be unprotected for the correct purposes.</param>
<returns>An instance of a data protection service</returns>
</member>
<member name="T:System.Web.HttpContextBaseExtensions">
<summary>
Provides extension methods for <see cref="T:System.Web.HttpContextBase"/>.
</summary>
</member>
<member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpContextBase)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="context"></param>
<returns></returns>
</member>
<member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpRequestBase)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="request"></param>
<returns></returns>
</member>
<member name="T:System.Web.HttpContextExtensions">
<summary>
Provides extension methods for <see cref="T:System.Web.HttpContext"/>.
</summary>
</member>
<member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpContext)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="context"></param>
<returns></returns>
</member>
<member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpRequest)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="request"></param>
<returns></returns>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler">
<summary>
Processes requests from System.Web as OWIN requests.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.#ctor">
<summary>
Processes requests using the default OWIN application.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.BeginProcessRequest(System.Web.HttpContextBase,System.AsyncCallback,System.Object)">
<summary>
Initiates an asynchronous call to the HTTP handler.
</summary>
<param name="httpContext">
An System.Web.HttpContextBase object that provides references to intrinsic server
objects (for example, Request, Response, Session, and Server) used to service
HTTP requests.
</param>
<param name="callback">
The System.AsyncCallback to call when the asynchronous method call is complete.
If callback is null, the delegate is not called.
</param>
<param name="extraData">
Any extra data needed to process the request.
</param>
<returns>
An System.IAsyncResult that contains information about the status of the process.
</returns>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.EndProcessRequest(System.IAsyncResult)">
<summary>
Provides an asynchronous process End method when the process ends.
</summary>
<param name="result">
An System.IAsyncResult that contains information about the status of the process.
</param>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.IsReusable">
<summary>
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
</summary>
<returns>
true.
</returns>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler">
<summary>
Processes a route through an OWIN pipeline.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler.#ctor(System.Action{Owin.IAppBuilder})">
<summary>
Initialize an OwinRouteHandler
</summary>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler.GetHttpHandler(System.Web.Routing.RequestContext)">
<summary>
Provides the object that processes the request.
</summary>
<returns>
An object that processes the request.
</returns>
<param name="requestContext">An object that encapsulates information about the request.</param>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.PreApplicationStart">
<summary>
Registers the OWIN request processing module at application startup.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.PreApplicationStart.Initialize">
<summary>
Registers the OWIN request processing module.
</summary>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_AppLoderFailure">
<summary>
Looks up a localized string similar to The following errors occurred while attempting to load the app..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_CannotRegisterAfterHeadersSent">
<summary>
Looks up a localized string similar to Cannot register for &apos;OnSendingHeaders&apos; event after response headers have been sent..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_DuplicateKey">
<summary>
Looks up a localized string similar to The key &apos;{0}&apos; is already present in the dictionary..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_HowToDisableAutoAppStartup">
<summary>
Looks up a localized string similar to To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of &quot;false&quot; in your web.config..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_HowToSpecifyAppStartup">
<summary>
Looks up a localized string similar to To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_UnsupportedPipelineStage">
<summary>
Looks up a localized string similar to The given stage &apos;{0}&apos; is not supported..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.HttpContext_OwinEnvironmentNotFound">
<summary>
Looks up a localized string similar to No owin.Environment item was found in the context..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ClientCertException">
<summary>
Looks up a localized string similar to An exception was thrown while trying to load the client certificate:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_EntryPointException">
<summary>
Looks up a localized string similar to The OWIN entry point threw an exception:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_OwinCallContextCallbackException">
<summary>
Looks up a localized string similar to The IAsyncResult callback for OwinCallHandler threw an exception:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_RegisterModuleException">
<summary>
Looks up a localized string similar to Failed to register the OWIN module:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_RequestDisconnectCallbackExceptions">
<summary>
Looks up a localized string similar to The application threw one or more exceptions when notified of a client disconnect:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ShutdownDetectionSetupException">
<summary>
Looks up a localized string similar to Shutdown detection setup failed:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ShutdownException">
<summary>
Looks up a localized string similar to One or more exceptions were thrown during app pool shutdown:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_TimerCallbackException">
<summary>
Looks up a localized string similar to An exception was thrown from a timer callback:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketException">
<summary>
Looks up a localized string similar to An exception was thrown while processing the WebSocket:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketsSupportDetected">
<summary>
Looks up a localized string similar to Support for WebSockets has been detected..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketsSupportNotDetected">
<summary>
Looks up a localized string similar to No support for WebSockets has been detected..
</summary>
</member>
<member name="T:System.Web.Routing.RouteCollectionExtensions">
<summary>
Provides extension methods for registering OWIN applications as System.Web routes.
</summary>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String)">
<summary>
Registers a route for the default OWIN application.
</summary>
<param name="routes">The route collection.</param>
<param name="pathBase">The route path to map to the default OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath``1(System.Web.Routing.RouteCollection,System.String,``0)">
<summary>
Registers a route for a specific OWIN application entry point.
</summary>
<typeparam name="TApp">The OWIN application entry point type.</typeparam>
<param name="routes">The route collection.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="app">The OWIN application entry point.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Invokes the System.Action startup delegate to build the OWIN application
and then registers a route for it on the given path.
</summary>
<param name="routes">The route collection.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="startup">A System.Action delegate invoked to build the OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.String)">
<summary>
Registers a route for the default OWIN application.
</summary>
<param name="routes">The route collection.</param>
<param name="name">The given name of the route.</param>
<param name="pathBase">The route path to map to the default OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath``1(System.Web.Routing.RouteCollection,System.String,System.String,``0)">
<summary>
Registers a route for a specific OWIN application entry point.
</summary>
<typeparam name="TApp">The OWIN application entry point type.</typeparam>
<param name="routes">The route collection.</param>
<param name="name">The given name of the route.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="app">The OWIN application entry point.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Invokes the System.Action startup delegate to build the OWIN application
and then registers a route for it on the given path.
</summary>
<param name="routes">The route collection.</param>
<param name="name">The given name of the route.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="startup">A System.Action delegate invoked to build the OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="dataTokens">Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="dataTokens">Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
</members>
</doc>

BIN
packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.dll View File


+ 546
- 0
packages/Microsoft.Owin.Host.SystemWeb.2.1.0/lib/net45/Microsoft.Owin.Host.SystemWeb.xml View File

@ -0,0 +1,546 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Microsoft.Owin.Host.SystemWeb</name>
</assembly>
<members>
<member name="T:Owin.Loader.DefaultLoader">
<summary>
Locates the startup class based on the following convention:
AssemblyName.Startup, with a method named Configuration
</summary>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor">
<summary>
</summary>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}})">
<summary>
Allows for a fallback loader to be specified.
</summary>
<param name="next"></param>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}},System.Func{System.Type,System.Object})">
<summary>
Allows for a fallback loader and a Dependency Injection activator to be specified.
</summary>
<param name="next"></param>
<param name="activator"></param>
</member>
<member name="M:Owin.Loader.DefaultLoader.#ctor(System.Func{System.String,System.Collections.Generic.IList{System.String},System.Action{Owin.IAppBuilder}},System.Func{System.Type,System.Object},System.Collections.Generic.IEnumerable{System.Reflection.Assembly})">
<summary>
</summary>
<param name="next"></param>
<param name="activator"></param>
<param name="referencedAssemblies"></param>
</member>
<member name="M:Owin.Loader.DefaultLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
<summary>
Executes the loader, searching for the entry point by name.
</summary>
<param name="startupName">The name of the assembly and type entry point</param>
<param name="errorDetails"></param>
<returns></returns>
</member>
<member name="M:Owin.Loader.DefaultLoader.DotByDot(System.String)">
<summary>
</summary>
<param name="text"></param>
<returns></returns>
</member>
<member name="T:Owin.Loader.NullLoader">
<summary>
A default fallback loader that does nothing.
</summary>
</member>
<member name="M:Owin.Loader.NullLoader.Load(System.String,System.Collections.Generic.IList{System.String})">
<summary>
A placeholder method that always returns null.
</summary>
<param name="startup"></param>
<param name="errors"></param>
<returns>null.</returns>
</member>
<member name="P:Owin.Loader.NullLoader.Instance">
<summary>
A singleton instance of the NullLoader type.
</summary>
</member>
<member name="T:SharedResourceNamespace.LoaderResources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.AssemblyNotFound">
<summary>
Looks up a localized string similar to For the app startup parameter value &apos;{0}&apos;, the assembly &apos;{1}&apos; was not found..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.ClassNotFoundInAssembly">
<summary>
Looks up a localized string similar to For the app startup parameter value &apos;{0}&apos;, the class &apos;{1}&apos; was not found in assembly &apos;{2}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.Exception_AttributeNameConflict">
<summary>
Looks up a localized string similar to The OwinStartup attribute discovered in assembly &apos;{0}&apos; referencing startup type &apos;{1}&apos; conflicts with the attribute in assembly &apos;{2}&apos; referencing startup type &apos;{3}&apos; because they have the same FriendlyName &apos;{4}&apos;. Remove or rename one of the attributes, or reference the desired type directly..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.Exception_StartupTypeConflict">
<summary>
Looks up a localized string similar to The discovered startup type &apos;{0}&apos; conflicts with the type &apos;{1}&apos;. Remove or rename one of the types, or reference the desired type directly..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.FriendlyNameMismatch">
<summary>
Looks up a localized string similar to The OwinStartupAttribute.FriendlyName value &apos;{0}&apos; does not match the given value &apos;{1}&apos; in Assembly &apos;{2}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.MethodNotFoundInClass">
<summary>
Looks up a localized string similar to No &apos;{0}&apos; method was found in class &apos;{1}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.NoAssemblyWithStartupClass">
<summary>
Looks up a localized string similar to No assembly found containing a Startup or [AssemblyName].Startup class..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.NoOwinStartupAttribute">
<summary>
Looks up a localized string similar to No assembly found containing an OwinStartupAttribute..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyEmpty">
<summary>
Looks up a localized string similar to The OwinStartupAttribute.StartupType value is empty in Assembly &apos;{0}&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.StartupTypePropertyMissing">
<summary>
Looks up a localized string similar to The type &apos;{0}&apos; referenced from assembly &apos;{1}&apos; does not define a property &apos;StartupType&apos; of type &apos;Type&apos;..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.TypeOrMethodNotFound">
<summary>
Looks up a localized string similar to The given type or method &apos;{0}&apos; was not found. Try specifying the Assembly..
</summary>
</member>
<member name="P:SharedResourceNamespace.LoaderResources.UnexpectedMethodSignature">
<summary>
Looks up a localized string similar to The &apos;{0}&apos; method on class &apos;{1}&apos; does not have the expected signature &apos;void {0}(IAppBuilder)&apos;..
</summary>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.AuthenticationResult">
<summary>
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.#ctor(System.Security.Principal.IIdentity,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.Object})">
<summary></summary>
<param name="identity"></param>
<param name="extra"></param>
<param name="properties"></param>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.Identity">
<summary></summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.Extra">
<summary></summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.AuthenticationResult.Properties">
<summary></summary>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.DataProtection.MachineKeyDataProtectionProvider">
<summary>
Used to provide the data protection services that are derived from the MachineKey API. It is the best choice of
data protection when you application is hosted by ASP.NET and all servers in the farm are running with the same Machine Key values.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.DataProtection.MachineKeyDataProtectionProvider.Create(System.String[])">
<summary>
Returns a new instance of IDataProtection for the provider.
</summary>
<param name="purposes">Additional entropy used to ensure protected data may only be unprotected for the correct purposes.</param>
<returns>An instance of a data protection service</returns>
</member>
<member name="T:System.Web.HttpContextBaseExtensions">
<summary>
Provides extension methods for <see cref="T:System.Web.HttpContextBase"/>.
</summary>
</member>
<member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpContextBase)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="context"></param>
<returns></returns>
</member>
<member name="M:System.Web.HttpContextBaseExtensions.GetOwinContext(System.Web.HttpRequestBase)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="request"></param>
<returns></returns>
</member>
<member name="T:System.Web.HttpContextExtensions">
<summary>
Provides extension methods for <see cref="T:System.Web.HttpContext"/>.
</summary>
</member>
<member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpContext)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="context"></param>
<returns></returns>
</member>
<member name="M:System.Web.HttpContextExtensions.GetOwinContext(System.Web.HttpRequest)">
<summary>
Gets the <see cref="T:Microsoft.Owin.IOwinContext"/> for the current request.
</summary>
<param name="request"></param>
<returns></returns>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler">
<summary>
Processes requests from System.Web as OWIN requests.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.#ctor">
<summary>
Processes requests using the default OWIN application.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.BeginProcessRequest(System.Web.HttpContextBase,System.AsyncCallback,System.Object)">
<summary>
Initiates an asynchronous call to the HTTP handler.
</summary>
<param name="httpContext">
An System.Web.HttpContextBase object that provides references to intrinsic server
objects (for example, Request, Response, Session, and Server) used to service
HTTP requests.
</param>
<param name="callback">
The System.AsyncCallback to call when the asynchronous method call is complete.
If callback is null, the delegate is not called.
</param>
<param name="extraData">
Any extra data needed to process the request.
</param>
<returns>
An System.IAsyncResult that contains information about the status of the process.
</returns>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.EndProcessRequest(System.IAsyncResult)">
<summary>
Provides an asynchronous process End method when the process ends.
</summary>
<param name="result">
An System.IAsyncResult that contains information about the status of the process.
</param>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.OwinHttpHandler.IsReusable">
<summary>
Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.
</summary>
<returns>
true.
</returns>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler">
<summary>
Processes a route through an OWIN pipeline.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler.#ctor(System.Action{Owin.IAppBuilder})">
<summary>
Initialize an OwinRouteHandler
</summary>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.OwinRouteHandler.GetHttpHandler(System.Web.Routing.RequestContext)">
<summary>
Provides the object that processes the request.
</summary>
<returns>
An object that processes the request.
</returns>
<param name="requestContext">An object that encapsulates information about the request.</param>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.PreApplicationStart">
<summary>
Registers the OWIN request processing module at application startup.
</summary>
</member>
<member name="M:Microsoft.Owin.Host.SystemWeb.PreApplicationStart.Initialize">
<summary>
Registers the OWIN request processing module.
</summary>
</member>
<member name="T:Microsoft.Owin.Host.SystemWeb.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_AppLoderFailure">
<summary>
Looks up a localized string similar to The following errors occurred while attempting to load the app..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_CannotRegisterAfterHeadersSent">
<summary>
Looks up a localized string similar to Cannot register for &apos;OnSendingHeaders&apos; event after response headers have been sent..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_DuplicateKey">
<summary>
Looks up a localized string similar to The key &apos;{0}&apos; is already present in the dictionary..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_HowToDisableAutoAppStartup">
<summary>
Looks up a localized string similar to To disable OWIN startup discovery, add the appSetting owin:AutomaticAppStartup with a value of &quot;false&quot; in your web.config..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_HowToSpecifyAppStartup">
<summary>
Looks up a localized string similar to To specify the OWIN startup Assembly, Class, or Method, add the appSetting owin:AppStartup with the fully qualified startup class or configuration method name in your web.config..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Exception_UnsupportedPipelineStage">
<summary>
Looks up a localized string similar to The given stage &apos;{0}&apos; is not supported..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.HttpContext_OwinEnvironmentNotFound">
<summary>
Looks up a localized string similar to No owin.Environment item was found in the context..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ClientCertException">
<summary>
Looks up a localized string similar to An exception was thrown while trying to load the client certificate:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_EntryPointException">
<summary>
Looks up a localized string similar to The OWIN entry point threw an exception:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_OwinCallContextCallbackException">
<summary>
Looks up a localized string similar to The IAsyncResult callback for OwinCallHandler threw an exception:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_RegisterModuleException">
<summary>
Looks up a localized string similar to Failed to register the OWIN module:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_RequestDisconnectCallbackExceptions">
<summary>
Looks up a localized string similar to The application threw one or more exceptions when notified of a client disconnect:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ShutdownDetectionSetupException">
<summary>
Looks up a localized string similar to Shutdown detection setup failed:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_ShutdownException">
<summary>
Looks up a localized string similar to One or more exceptions were thrown during app pool shutdown:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_TimerCallbackException">
<summary>
Looks up a localized string similar to An exception was thrown from a timer callback:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketException">
<summary>
Looks up a localized string similar to An exception was thrown while processing the WebSocket:.
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketsSupportDetected">
<summary>
Looks up a localized string similar to Support for WebSockets has been detected..
</summary>
</member>
<member name="P:Microsoft.Owin.Host.SystemWeb.Resources.Trace_WebSocketsSupportNotDetected">
<summary>
Looks up a localized string similar to No support for WebSockets has been detected..
</summary>
</member>
<member name="T:System.Web.Routing.RouteCollectionExtensions">
<summary>
Provides extension methods for registering OWIN applications as System.Web routes.
</summary>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String)">
<summary>
Registers a route for the default OWIN application.
</summary>
<param name="routes">The route collection.</param>
<param name="pathBase">The route path to map to the default OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath``1(System.Web.Routing.RouteCollection,System.String,``0)">
<summary>
Registers a route for a specific OWIN application entry point.
</summary>
<typeparam name="TApp">The OWIN application entry point type.</typeparam>
<param name="routes">The route collection.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="app">The OWIN application entry point.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Invokes the System.Action startup delegate to build the OWIN application
and then registers a route for it on the given path.
</summary>
<param name="routes">The route collection.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="startup">A System.Action delegate invoked to build the OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.String)">
<summary>
Registers a route for the default OWIN application.
</summary>
<param name="routes">The route collection.</param>
<param name="name">The given name of the route.</param>
<param name="pathBase">The route path to map to the default OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath``1(System.Web.Routing.RouteCollection,System.String,System.String,``0)">
<summary>
Registers a route for a specific OWIN application entry point.
</summary>
<typeparam name="TApp">The OWIN application entry point type.</typeparam>
<param name="routes">The route collection.</param>
<param name="name">The given name of the route.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="app">The OWIN application entry point.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinPath(System.Web.Routing.RouteCollection,System.String,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Invokes the System.Action startup delegate to build the OWIN application
and then registers a route for it on the given path.
</summary>
<param name="routes">The route collection.</param>
<param name="name">The given name of the route.</param>
<param name="pathBase">The route path to map to the given OWIN application.</param>
<param name="startup">A System.Action delegate invoked to build the OWIN application.</param>
<returns>The created route.</returns>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="dataTokens">Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
<member name="M:System.Web.Routing.RouteCollectionExtensions.MapOwinRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteValueDictionary,System.Action{Owin.IAppBuilder})">
<summary>
Provides a way to define routes for an OWIN pipeline.
</summary>
<param name="routes">The route collection.</param>
<param name="routeName">The name of the route.</param>
<param name="routeUrl">The URL pattern for the route.</param>
<param name="defaults">The values to use if the URL does not contain all the parameters.</param>
<param name="constraints">A regular expression that specifies valid values for a URL parameter.</param>
<param name="dataTokens">Custom values that are passed to the route handler, but which are not used to determine whether the route matches a specific URL pattern. These values are passed to the route handler, where they can be used for processing the request.</param>
<param name="startup">The method to initialize the pipeline that processes requests for the route.</param>
</member>
</members>
</doc>

BIN
packages/RhinoMocks.3.6.1/RhinoMocks.3.6.1.nupkg View File


+ 21
- 0
packages/RhinoMocks.3.6.1/RhinoMocks.3.6.1.nuspec View File

@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RhinoMocks</id>
<version>3.6.1</version>
<title>RhinoMocks</title>
<authors>ayende</authors>
<owners>ayende</owners>
<licenseUrl>http://hibernatingrhinos.com/open-source/rhino-mocks</licenseUrl>
<projectUrl>http://hibernatingrhinos.com/open-source/rhino-mocks</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock.
The Dynamic Proxy project has been invaluable resource and made creating Rhino Mocks possible.</description>
<summary>Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock.
The Dynamic Proxy project has been invaluable resource a</summary>
<releaseNotes />
<copyright />
<language />
<tags>tdd mocking mocks unittest unittesting</tags>
</metadata>
</package>

BIN
packages/RhinoMocks.3.6.1/lib/net/Rhino.Mocks.dll View File


+ 5624
- 0
packages/RhinoMocks.3.6.1/lib/net/Rhino.Mocks.xml
File diff suppressed because it is too large
View File


+ 1
- 0
packages/repositories.config View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\Sevomin.Models\packages.config" />
<repository path="..\Sevomin.Tests\packages.config" />
<repository path="..\Sevomin.WebFrontend.Controllers\packages.config" />
<repository path="..\Sevomin.WebFrontend\packages.config" />
</repositories>

Loading…
Cancel
Save