aspnetrc1 - Microsoft.AspNet.Authentication.Cookies 1.0.0-rc1-final
ASP.NET middleware that enables an application to use cookie based authentication, similar to ASP.NET's forms authentication.
PM> Install-Package Microsoft.AspNet.Authentication.Cookies -Version 1.0.0-rc1-final -Source https://www.myget.org/F/aspnetrc1/api/v3/index.json
> nuget.exe install Microsoft.AspNet.Authentication.Cookies -Version 1.0.0-rc1-final -Source https://www.myget.org/F/aspnetrc1/api/v3/index.json
> dotnet add package Microsoft.AspNet.Authentication.Cookies --version 1.0.0-rc1-final --source https://www.myget.org/F/aspnetrc1/api/v3/index.json
<PackageReference Include="Microsoft.AspNet.Authentication.Cookies" Version="1.0.0-rc1-final" />
Copy to clipboard
source https://www.myget.org/F/aspnetrc1/api/v3/index.json
nuget Microsoft.AspNet.Authentication.Cookies ~> 1.0.0-rc1-final
Copy to clipboard
> choco install Microsoft.AspNet.Authentication.Cookies --version 1.0.0-rc1-final --source https://www.myget.org/F/aspnetrc1/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "aspnetrc1" -SourceLocation "https://www.myget.org/F/aspnetrc1/api/v2"
Install-Module -Name "Microsoft.AspNet.Authentication.Cookies" -RequiredVersion "1.0.0-rc1-final" -Repository "aspnetrc1" -AllowPreRelease
Copy to clipboard
-
.NETFramework 4.5.1
- Microsoft.AspNet.Authentication (>= 1.0.0-rc1-final)
- Microsoft.Extensions.WebEncoders (>= 1.0.0-rc1-final)
- Newtonsoft.Json (>= 6.0.6)
-
.NETPlatform 5.4
- Microsoft.AspNet.Authentication (>= 1.0.0-rc1-final)
- Microsoft.Extensions.WebEncoders (>= 1.0.0-rc1-final)
- Newtonsoft.Json (>= 6.0.6)
- .NETFramework 4.5.1: 4.5.1.0
- .NETPlatform 5.4: 5.4.0.0
OwnersDaniel Roth |
AuthorsMicrosoft |
Project URLhttp://www.asp.net/ |
LicenseMS-EULA |
Info547 total downloads |
| 547 downloads for version 1.0.0-rc1-final |
| Download (55.68 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.0.0-rc1-final | 55.68 KB | Tue, 17 Nov 2015 01:30:58 GMT | 547 |
|