RecaptchaNet 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RecaptchaNet --version 1.4.0
NuGet\Install-Package RecaptchaNet -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RecaptchaNet" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RecaptchaNet --version 1.4.0
#r "nuget: RecaptchaNet, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RecaptchaNet as a Cake Addin
#addin nuget:?package=RecaptchaNet&version=1.4.0

// Install RecaptchaNet as a Cake Tool
#tool nuget:?package=RecaptchaNet&version=1.4.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.5.
* Compatible with ASP.NET MVC 5.

Recpatcha for .NET has the best and most up-to-date documentation available:
https://recaptchanet.codeplex.com/documentation

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 188,357 1/20/2021
3.0.0 2,196 1/16/2021
2.1.0 853,273 12/8/2015
2.0.0 7,377 11/23/2015
1.8.0 31,248 7/31/2015
1.7.0 15,813 4/19/2015
1.6.0 31,694 8/5/2014
1.5.1 2,517 8/2/2014
1.5.0 7,108 7/29/2014
1.4.0 2,501 7/28/2014
1.3.0 116,734 8/18/2013
1.2.0 18,709 2/27/2013
1.0.1 2,818 2/3/2013
1.0.0 2,879 2/3/2013

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.
3. The .NET Framework 4.0 and MVC 4.0 support is longer part of this package. You should visit https://recpatchanet.codeplex.com/ to download the source code to compile Recaptcha for .NET with whatever target framework version you want.

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.