RecaptchaNet 1.5.0
See the version list below for details.
dotnet add package RecaptchaNet --version 1.5.0
NuGet\Install-Package RecaptchaNet -Version 1.5.0
<PackageReference Include="RecaptchaNet" Version="1.5.0" />
paket add RecaptchaNet --version 1.5.0
#r "nuget: RecaptchaNet, 1.5.0"
// Install RecaptchaNet as a Cake Addin #addin nuget:?package=RecaptchaNet&version=1.5.0 // Install RecaptchaNet as a Cake Tool #tool nuget:?package=RecaptchaNet&version=1.5.0
Recaptcha for .NET allows a developer to easily integrate Google's Recaptcha service (the most popular captcha control) in an ASP.NET Web Forms or ASP.NET MVC web application.
The primary features of the library are:
* Renders recaptcha control with appropriate options.
* Verifies user's answer to recaptcha's challenge.
* Supports ASP.NET 4.0, 4.5, and 4.5.1.
* Supports ASP.NET MVC 4 and 5.
Recpatcha for .NET has the best and most up-to-date documentation available:
https://recaptchanet.codeplex.com/documentation
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- AspNetMvc (>= 4.0.20710)
-
.NETFramework 4.5
- Microsoft.AspNet.Mvc (>= 5.2.0)
-
.NETFramework 4.5.1
- Microsoft.AspNet.Mvc (>= 5.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on RecaptchaNet:
Package | Downloads |
---|---|
Security.Users.Web
Provides a controller that is ready for MVC application to manage user authentication and registration. Github source: https://github.com/vndevpro/SecurityUsers |
|
Daisytech.Web.DynamicForm
N2 Part for adding a Form. |
|
Captcha.Lib.Web
This is testing of reCaptha for Nuget lib |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RecaptchaNet:
Repository | Stars |
---|---|
johnstaveley/SecurityEssentials
Raise your baseline in security by using this as your template instead of default Mvc project. Keep your app secure by continuously applying Security rules
|
Version | Downloads | Last updated |
---|---|---|
3.1.0 | 277,023 | 1/20/2021 |
3.0.0 | 2,650 | 1/16/2021 |
2.1.0 | 939,267 | 12/8/2015 |
2.0.0 | 7,746 | 11/23/2015 |
1.8.0 | 31,703 | 7/31/2015 |
1.7.0 | 16,560 | 4/19/2015 |
1.6.0 | 33,409 | 8/5/2014 |
1.5.1 | 2,658 | 8/2/2014 |
1.5.0 | 7,305 | 7/29/2014 |
1.4.0 | 2,658 | 7/28/2014 |
1.3.0 | 122,195 | 8/18/2013 |
1.2.0 | 19,101 | 2/27/2013 |
1.0.1 | 3,001 | 2/3/2013 |
1.0.0 | 3,726 | 2/3/2013 |
v1.5
1. Added legacy support for .NET 4.0 & ASP.NET MVC 4.
2. Added support for .NET 4.5.1.
v1.4
1. Minor bug fixes
2. Replaced the direct reference to ASP.NET MVC assembly with a dependency on the ASP.NET MVC Nuget package.
v1.3
1. You can now verify a user's response to recpatcha challenge asynchronously using the new "await" keyword.
2. By default, recpacha control uses the current UI culture's language. With this release, you can now set it manually if you want.
3. The package adds the RecpatchaNet.ReadMe.txt file to your project to help you get started as quickly as possible.