SeliseBlocks.CaptchaDriver
9.0.0-preview.22
dotnet add package SeliseBlocks.CaptchaDriver --version 9.0.0-preview.22
NuGet\Install-Package SeliseBlocks.CaptchaDriver -Version 9.0.0-preview.22
<PackageReference Include="SeliseBlocks.CaptchaDriver" Version="9.0.0-preview.22" />
<PackageVersion Include="SeliseBlocks.CaptchaDriver" Version="9.0.0-preview.22" />
<PackageReference Include="SeliseBlocks.CaptchaDriver" />
paket add SeliseBlocks.CaptchaDriver --version 9.0.0-preview.22
#r "nuget: SeliseBlocks.CaptchaDriver, 9.0.0-preview.22"
#:package SeliseBlocks.CaptchaDriver@9.0.0-preview.22
#addin nuget:?package=SeliseBlocks.CaptchaDriver&version=9.0.0-preview.22&prerelease
#tool nuget:?package=SeliseBlocks.CaptchaDriver&version=9.0.0-preview.22&prerelease
SeliseBlocks.CaptchaDriver
Overview
SeliseBlocks.CaptchaDriver is a Captcha driver designed to integrate captcha functionalities into your application. It provides a standardized way to create, submit and verify captcha.
Installation
To install SeliseBlocks.CaptchaDriver, add the NuGet package to your project:
dotnet add package SeliseBlocks.CaptchaDriver
Usage
Register Dependencies
Before using SeliseBlocks.CaptchaDriver, ensure that all required dependencies are registered in your application's dependency injection container. Add the following line in your Program.cs:
use the namespace
using Blocks.Extension.DependencyInjection;
register the service
builder.Services.RegisterBlocksCaptchaService();
This method will configure and register all necessary services required for the Captcha driver to function properly.
Features
Create Captcha
var request = new CreateCaptchaRequest { ConfigurationName = <string> }Invoke
Createawait Create(request);Submit Captcha
var request = new SubmitCaptchaRequest { Id = <string>, Value = <string> }Invoke
Submitawait Submit(request);Verify Captcha
var request = new VerifyCaptchaRequest { VerificationCode = <string>, ConfigurationName = <string> }Invoke
Verifyawait Verify(request);
use the below namespace before invoking any of the methods.
using Blocks.CaptchaDriver;
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Newtonsoft.Json (>= 13.0.3)
- SixLabors.ImageSharp (>= 3.1.7)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SeliseBlocks.CaptchaDriver:
| Package | Downloads |
|---|---|
|
SeliseBlocks.IamDriver
Blocks Iam Driver |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.0-preview.22 | 744 | 5/24/2025 |
| 9.0.0-preview.21 | 1,450 | 4/16/2025 |
| 9.0.0-preview.20 | 194 | 4/16/2025 |
| 9.0.0-preview.19 | 199 | 4/16/2025 |
| 8.0.0-preview.18 | 274 | 3/19/2025 |
| 8.0.0-preview.17 | 149 | 3/19/2025 |
| 8.0.0-preview.16 | 167 | 3/11/2025 |
| 8.0.0-preview.15 | 161 | 3/11/2025 |
| 8.0.0-preview.14 | 164 | 3/11/2025 |
| 8.0.0-preview.13 | 163 | 3/11/2025 |
| 8.0.0-preview.12 | 106 | 2/27/2025 |
| 8.0.0-preview.11 | 125 | 2/24/2025 |
| 8.0.0-preview.10 | 105 | 2/24/2025 |
| 8.0.0-preview.9 | 124 | 2/23/2025 |
| 8.0.0-preview.8 | 103 | 2/23/2025 |
| 8.0.0-preview.7 | 102 | 2/23/2025 |
| 8.0.0-preview.6 | 105 | 2/23/2025 |
| 8.0.0-preview.5 | 90 | 2/23/2025 |
| 8.0.0-preview.4 | 100 | 2/23/2025 |
| 8.0.0-preview.3 | 121 | 2/23/2025 |
| 8.0.0-preview.2 | 106 | 2/20/2025 |
| 8.0.0-preview.1 | 103 | 2/17/2025 |