AzureSecureAccess 1.0.6

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

// Install AzureSecureAccess as a Cake Tool
#tool nuget:?package=AzureSecureAccess&version=1.0.6                

Azure Secure Access

Azure Secure Access is a C# project that provides secure access to Azure Key Vault secrets and encryption using Azure Key Vault. It includes providers for retrieving secrets, managing credentials, and handling encryption.

Features

  • Retrieve secrets from Azure Key Vault
  • Manage Azure Key Vault credentials using client secrets or certificates
  • Register Azure Key Vault provider for SQL Server Always Encrypted
  • Load X509 certificates from file or certificate store

Getting Started

Prerequisites

  • .NET 9.0 or later
  • Azure Key Vault
  • Azure Active Directory application with appropriate permissions

Usage

Retrieving Secrets

Use the KeyVaultSecretProvider to retrieve secrets from Azure Key Vault:

var credentialProvider = new ClientSecretCredentialProvider(tenantId, clientId, clientSecret);
var secretProvider = new KeyVaultSecretProvider(keyVaultName, credentialProvider.GetCredential());

string secretValue = await secretProvider.GetSecretValueAsync("MySecret");
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
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.0.6 0 11/28/2024