![]() |
VOOZH | about |
dotnet add package RecaptchaNet --version 3.1.0
NuGet\Install-Package RecaptchaNet -Version 3.1.0
<PackageReference Include="RecaptchaNet" Version="3.1.0" />
<PackageVersion Include="RecaptchaNet" Version="3.1.0" />Directory.Packages.props
<PackageReference Include="RecaptchaNet" />Project file
paket add RecaptchaNet --version 3.1.0
#r "nuget: RecaptchaNet, 3.1.0"
#:package RecaptchaNet@3.1.0
#addin nuget:?package=RecaptchaNet&version=3.1.0Install as a Cake Addin
#tool nuget:?package=RecaptchaNet&version=3.1.0Install as a Cake Tool
reCAPTCHA for .NET is a top .NET-based reCAPTCHA library which allows developers to easily integrate Google's reCAPTCHA service in ASP.NET web applications (Web Forms, MVC 5, ASP.NET Core).
The following are highlights of the library are:
* Renders reCAPTCHA widget and verifies reCAPTCHA response with minimal amount of code
* Provides reCAPTCHA web control (ASP.NET Web Forms for .NET Framework 4.5 and above
* Provides HTML helper to quickly render reCAPTCHA widget (ASP.NET MVC 5 / ASP.NET Core 3.1 and above)
* Supprts reCAPTCHA version 2
* One of the most well-documented reCAPTCHA libraries in the open source community
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 netcoreapp3.1 is compatible. |
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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 |
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 | 568,467 | 1/20/2021 |
| 3.0.0 | 13,317 | 1/16/2021 |
| 2.1.0 | 1,107,261 | 12/8/2015 |
| 2.0.0 | 18,998 | 11/23/2015 |
| 1.8.0 | 43,769 | 7/31/2015 |
| 1.7.0 | 28,306 | 4/19/2015 |
| 1.6.0 | 48,430 | 8/5/2014 |
| 1.5.1 | 13,294 | 8/2/2014 |
| 1.5.0 | 18,119 | 7/29/2014 |
| 1.4.0 | 13,319 | 7/28/2014 |
| 1.3.0 | 143,279 | 8/18/2013 |
| 1.2.0 | 32,676 | 2/27/2013 |
| 1.0.1 | 13,693 | 2/3/2013 |
| 1.0.0 | 17,715 | 2/3/2013 |
v3.0
1. Supports ASP.NET Core
2. Optimised code and interfaces
3. Removed reCAPTCHA v1 functionality
4. Fixed issues
v2.1
1. Supports data type property (API v2 only)
2. Supports data size property (API v2 only)
3. Bug fixes
v2.0
1. Support for reCAPTCHA v2 APIs.
2. Bug fixes
v1.8
1. Fixed the SSL issue by adding an enum called SslBehavior and made it the type of the UseSsl property. UseSsl property is no longer a boolean property.
v1.7
1. Migrated code from CodePlex to GitHub.
2. Bug fixes
3. Optimized code
4. Changed the license to Apache license v2.0
v1.6.0
1. Bug fixes
2. Optimized code
v1.5.1
1. Added support for HTTPS.
2. Signed the assemblies
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.