BasisTheory.net.Encryption.Azure.AspNetCore 1.43.0

dotnet add package BasisTheory.net.Encryption.Azure.AspNetCore --version 1.43.0
                    
NuGet\Install-Package BasisTheory.net.Encryption.Azure.AspNetCore -Version 1.43.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.Encryption.Azure.AspNetCore" Version="1.43.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BasisTheory.net.Encryption.Azure.AspNetCore" Version="1.43.0" />
                    
Directory.Packages.props
<PackageReference Include="BasisTheory.net.Encryption.Azure.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BasisTheory.net.Encryption.Azure.AspNetCore --version 1.43.0
                    
#r "nuget: BasisTheory.net.Encryption.Azure.AspNetCore, 1.43.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.
#:package BasisTheory.net.Encryption.Azure.AspNetCore@1.43.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BasisTheory.net.Encryption.Azure.AspNetCore&version=1.43.0
                    
Install as a Cake Addin
#tool nuget:?package=BasisTheory.net.Encryption.Azure.AspNetCore&version=1.43.0
                    
Install as a Cake Tool

Basis Theory .NET Azure Encryption AspNetCore Extensions

Setup

Setup Azure Encryption with KeyVaultProviderKeyOptions

public void ConfigureServices(IServiceCollection services) =>
    services.AddBasisTheoryAzureEncryption(new KeyVaultProviderKeyOptions {
        RsaKeySize = 2048,
        KeyProviderExpirationInDays = 90,
        KeyVaultUri = new Uri("https://tenant.vault.azure.com")
    })
    ...

Setup Azure Encryption with Options Builder

public void ConfigureServices(IServiceCollection services) =>
    services.AddBasisTheoryAzureEncryption(options => {
      options.RsaKeySize = 2048;
      options.KeyProviderExpirationInDays = 90;
      options.KeyVaultUri = new Uri("https://tenant.vault.azure.com")
    })
    ...

Setup Azure Encryption with custom TokenCredential

public void ConfigureServices(IServiceCollection services) =>
    services.AddBasisTheoryAzureEncryption(tokenCredential: new DefaultAzureCredential())
    ...
Product 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.  net9.0 was computed.  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. 
.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.

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.43.0 455 11/17/2022
1.42.0 470 10/21/2022
1.41.0 450 9/15/2022
1.39.0 464 7/28/2022
1.38.0 496 7/20/2022
1.37.1 533 7/13/2022
1.37.0 487 7/7/2022
1.36.1 487 6/30/2022
1.36.0 471 6/18/2022
1.35.0 492 6/16/2022
1.34.0 490 6/10/2022
1.33.0 504 6/8/2022
1.32.0 512 6/3/2022
1.31.0 498 6/2/2022
1.30.0 497 5/31/2022
1.29.0 496 5/26/2022
1.28.0 537 4/6/2022
1.27.1 519 4/4/2022
1.27.0 496 4/4/2022
1.26.0 520 3/21/2022
1.25.0 537 3/17/2022
1.24.0 555 1/31/2022
1.23.0 512 1/13/2022
1.22.0 520 1/11/2022
1.21.0 542 1/11/2022
1.20.0 522 1/10/2022
1.19.0 350 1/3/2022
1.18.0 3,827 11/24/2021
1.17.0 3,372 11/24/2021
1.16.0 767 11/8/2021
1.15.0 601 11/3/2021
1.14.0 466 11/2/2021
1.13.0 477 11/1/2021
1.12.0 491 11/1/2021
1.11.0 618 10/29/2021
1.10.0 452 10/28/2021
1.9.0 451 10/27/2021
1.8.0 554 10/26/2021
1.7.0 626 10/20/2021
1.6.0 786 10/14/2021
1.5.0 450 10/14/2021
1.4.0 872 8/22/2021
1.3.0 425 8/22/2021
1.2.3 431 8/22/2021
1.2.2 452 8/15/2021
1.2.1 441 8/15/2021
1.2.0 441 8/15/2021
1.1.0 433 8/14/2021
1.0.1 463 8/14/2021
1.0.0 495 8/8/2021