BasisTheory.net.AspNetCore
1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BasisTheory.net.AspNetCore --version 1.1.0
NuGet\Install-Package BasisTheory.net.AspNetCore -Version 1.1.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="BasisTheory.net.AspNetCore" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BasisTheory.net.AspNetCore --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BasisTheory.net.AspNetCore, 1.1.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 BasisTheory.net.AspNetCore as a Cake Addin #addin nuget:?package=BasisTheory.net.AspNetCore&version=1.1.0 // Install BasisTheory.net.AspNetCore as a Cake Tool #tool nuget:?package=BasisTheory.net.AspNetCore&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Basis Theory .NET AspNetCore Extensions
Setup
Setup the Encryption and Key Provider Services
Note: An instance of IProviderKeyRepository
is required to register Basis Theory's key provider
public void ConfigureServices(IServiceCollection services) =>
services
.AddScoped<IProviderKeyRepository>(new ProviderKeyRepositoryImpl())
.AddBasisTheoryEncryption()
...
Configure the exception filter
public void ConfigureServices(IServiceCollection services) =>
services
...
.AddScoped<BasisTheoryExceptionFilter>();
.AddControllers(o =>
{
options.Filters.Add<BasisTheoryExceptionFilter>();
})
...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- BasisTheory.net (>= 1.1.0)
- LazyCache.AspNetCore (>= 2.1.3)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.Extensions.Logging.Abstractions (>= 5.0.0)
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 |
---|---|---|
2.4.0 | 118 | 6/25/2024 |
2.3.0 | 114 | 5/8/2024 |
2.2.0 | 93 | 5/3/2024 |
2.1.0 | 124 | 3/28/2024 |
2.0.0 | 7,255 | 1/16/2024 |
1.53.2 | 171 | 12/20/2023 |
1.52.0 | 700 | 11/17/2023 |
1.51.0 | 661 | 10/6/2023 |
1.50.0 | 651 | 8/29/2023 |
1.49.0 | 1,523 | 5/16/2023 |
1.48.2 | 226 | 5/9/2023 |
1.45.1 | 1,646 | 1/23/2023 |
1.45.0 | 312 | 1/17/2023 |
1.44.0 | 706 | 11/29/2022 |
1.43.0 | 516 | 11/17/2022 |
1.42.0 | 637 | 10/21/2022 |
1.41.0 | 1,033 | 9/15/2022 |
1.39.0 | 1,400 | 7/28/2022 |
1.38.0 | 551 | 7/20/2022 |
1.37.1 | 588 | 7/13/2022 |
1.37.0 | 476 | 7/7/2022 |
1.36.1 | 592 | 6/30/2022 |
1.36.0 | 615 | 6/18/2022 |
1.35.0 | 444 | 6/16/2022 |
1.34.0 | 697 | 6/10/2022 |
1.33.0 | 457 | 6/8/2022 |
1.32.0 | 746 | 6/3/2022 |
1.31.0 | 454 | 6/2/2022 |
1.30.0 | 446 | 5/31/2022 |
1.29.0 | 461 | 5/26/2022 |
1.28.0 | 1,395 | 4/6/2022 |
1.27.1 | 489 | 4/4/2022 |
1.27.0 | 468 | 4/4/2022 |
1.26.0 | 663 | 3/21/2022 |
1.25.0 | 538 | 3/17/2022 |
1.24.0 | 988 | 1/31/2022 |
1.23.0 | 644 | 1/13/2022 |
1.22.0 | 509 | 1/11/2022 |
1.21.0 | 462 | 1/11/2022 |
1.20.0 | 537 | 1/10/2022 |
1.19.0 | 349 | 1/3/2022 |
1.18.0 | 4,022 | 11/24/2021 |
1.17.0 | 3,340 | 11/24/2021 |
1.16.0 | 681 | 11/8/2021 |
1.15.0 | 542 | 11/3/2021 |
1.14.0 | 458 | 11/2/2021 |
1.13.0 | 416 | 11/1/2021 |
1.12.0 | 419 | 11/1/2021 |
1.11.0 | 551 | 10/29/2021 |
1.10.0 | 411 | 10/28/2021 |
1.9.0 | 384 | 10/27/2021 |
1.8.0 | 478 | 10/26/2021 |
1.7.0 | 561 | 10/20/2021 |
1.6.0 | 757 | 10/14/2021 |
1.5.0 | 418 | 10/14/2021 |
1.4.0 | 994 | 8/22/2021 |
1.3.0 | 399 | 8/22/2021 |
1.2.3 | 406 | 8/22/2021 |
1.2.2 | 510 | 8/15/2021 |
1.2.1 | 384 | 8/15/2021 |
1.2.0 | 389 | 8/15/2021 |
1.1.0 | 392 | 8/14/2021 |
1.0.1 | 396 | 8/14/2021 |
1.0.0 | 515 | 8/8/2021 |