Namespace arolariu.Backend.Common.Services.KeyVault
Classes
- KeyVaultService
Service that handles the Azure Key Vault integration. A singleton instance of this class is registered in the service collection.
Interfaces
- IKeyVaultService
Interface that handles the Azure Key Vault integration. This interface is used by the KeyVaultService class. The KeyVaultService class is used to fetch secrets from Azure Key Vault. This interface offers both synchronous and asynchronous methods for fetching secrets from Azure Key Vault.