Info
Version: | 4.0.0-preview.3 |
Author(s): | Amazon Web Services |
Last Update: | Tuesday, October 1, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/aws/aws-sdk-net/ |
NuGet Url: | https://www.nuget.org/packages/AWSSDK.SecretsManager |
Install
Install-Package AWSSDK.SecretsManager
dotnet add package AWSSDK.SecretsManager
paket add AWSSDK.SecretsManager
AWSSDK.SecretsManager Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.Core(>= 3.5.2.6 && < 3.6.0)
Tags
Instead of embedding credentials into your source code, you can dynamically query Secrets Manager from your app whenever you need credentials. You can automatically and frequently rotate your secrets without having to deploy updates to your apps.
All secret values are encrypted when they're at rest with AWS KMS, and while they're in transit with HTTPS and TLS.