RecaptchaNetSslFix 1.7.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RecaptchaNetSslFix --version 1.7.0
NuGet\Install-Package RecaptchaNetSslFix -Version 1.7.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="RecaptchaNetSslFix" Version="1.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RecaptchaNetSslFix --version 1.7.0
#r "nuget: RecaptchaNetSslFix, 1.7.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 RecaptchaNetSslFix as a Cake Addin
#addin nuget:?package=RecaptchaNetSslFix&version=1.7.0

// Install RecaptchaNetSslFix as a Cake Tool
#tool nuget:?package=RecaptchaNetSslFix&version=1.7.0

This is a fork of Recaptcha for .Net.  I've added a fix to always respect the useSsl boolean.  Please revert to original maintainer's package when his serves your purpose, as it is unlikely I will update this package, and the code belongs to Tanveer Yousuf.

For more information see the following issue: https://github.com/tanveery/recaptcha-net/issues/2

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.1 4,057 9/25/2015
1.7.0 2,201 7/3/2015

This version includes a 'fix' to always respect the useSsl property.

Original notes:

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.