Arcus.Security.Core 1.9.0

.NET 6.0 .NET Core 3.1 .NET Standard 2.1
dotnet add package Arcus.Security.Core --version 1.9.0
NuGet\Install-Package Arcus.Security.Core -Version 1.9.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="Arcus.Security.Core" Version="1.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Arcus.Security.Core --version 1.9.0
#r "nuget: Arcus.Security.Core, 1.9.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 Arcus.Security.Core as a Cake Addin
#addin nuget:?package=Arcus.Security.Core&version=1.9.0

// Install Arcus.Security.Core as a Cake Tool
#tool nuget:?package=Arcus.Security.Core&version=1.9.0

Arcus - Security

Build Status NuGet Badge

Security for Azure development in a breeze.

Arcus

Installation

Easy to install it via NuGet:

  • Secret store: contains the bare bones of the Arcus secret store functionality, including the ISecretProvider and other abstractions.
PM > Install-Package Arcus.Security.Core
  • Secret providers

    • Azure Key Vault: contains an implementation to interact with Azure Key Vault via the secret store.
    PM > Install-Package Arcus.Security.Providers.AzureKeyVault
    
    • Command line: contains an implementation to handle command line arguments as secrets via the secret store.
    PM > Install-Package Arcus.Security.Providers.CommandLine
    
    • Configuration (built-in) (with IConfiguration): contains an implementation to handle configuration values as secrets via the secret store.
    • Docker secrets: contains an implementation to handle file secrets in a Docker environment as secrets via the secret store.
    PM > Install-Package Arcus.Security.Providers.DockerSecrets
    
    • Environment (built-in): contains an implementation to handle environment variables as secrets via the secret store.
    • HashiCorp: contains an implementation to interact with an HashiCorp Vault via the secret store.
    PM > Install-Package Arcus.Security.Providers.HashiCorp
    
    • User secrets: contains an implementation to handle user secrets on disk as secrets via the secret store.
    PM > Install-Package Arcus.Security.Providers.UserSecrets
    
  • Secret store for Azure Functions: contains useful extensions to interact more fluently with the secret store in an Azure Functions environment.

PM > Install-Package Arcus.Security.AzureFunctions

For a more thorough overview, we recommend reading our documentation.

Documentation

All documentation can be found on here.

Customers

Are you an Arcus user? Let us know and get listed!

License Information

This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.

Read the full license here.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.1
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (25)

Showing the top 5 NuGet packages that depend on Arcus.Security.Core:

Package Downloads
Arcus.Security.Providers.AzureKeyVault

Provides support for Azure Key Vault

Arcus.Messaging.ServiceBus.Core

Provides the core capability to use Azure Service Bus

Arcus.EventGrid.Publishing

Provides capability to push events to Azure Event Grid

Arcus.Security.AzureFunctions

Contains Azure Functions core functionality for Arcus Security

Arcus.Security.Secrets.Core

Contains core functionality for working with secrets

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.9.0 6,982 12/16/2022
1.8.1 36,065 9/8/2022
1.8.0 1,549 9/6/2022
1.7.0 61,587 3/18/2022
1.6.0 31,027 6/23/2021
1.5.0 22,748 2/23/2021
1.4.1 6,515 1/22/2021
1.4.0 99,126 1/12/2021
1.4.0-beta-3 555 12/4/2020
1.4.0-beta-2 2,103 11/24/2020
1.4.0-beta 2,601 10/21/2020
1.4.0-alpha 4,899 9/23/2020
1.3.0 25,488 7/7/2020
1.2.0 9,022 6/18/2020
1.2.0-preview-1 447 5/13/2020
1.1.0 20,656 1/31/2020
1.0.0 5,782 11/26/2019
0.4.0 5,497 9/6/2019
0.3.0 871 8/2/2019
0.2.0 897 7/31/2019
0.1.0 31,515 3/1/2019
0.1.0-alpha 704 1/24/2019