AWSSDK.SecretsManager by Amazon Web Services

<PackageReference Include="AWSSDK.SecretsManager" Version="3.3.101.8" />

 AWSSDK.SecretsManager 3.3.101.8

AWS Secrets Manager enables you to easily create and manage the secrets that you use in your customer-facing apps. 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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>AWSSDK.SecretsManager</id>
    <version>3.3.101.8</version>
    <title>AWSSDK - AWS Secrets Manager</title>
    <authors>Amazon Web Services</authors>
    <owners>Amazon Web Services</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://aws.amazon.com/apache2.0/</licenseUrl>
    <projectUrl>https://github.com/aws/aws-sdk-net/</projectUrl>
    <iconUrl>https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png</iconUrl>
    <description>AWS Secrets Manager enables you to easily create and manage the secrets that you use in your customer-facing apps. 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.</description>
    <language>en-US</language>
    <tags>AWS Amazon cloud SecretsManager aws-sdk-v3</tags>
    <dependencies>
      <group>
        <dependency id="AWSSDK.Core" version="[3.3.103.22, 3.4.0)" />
      </group>
      <group targetFramework=".NETPortable0.0-Profile259">
        <dependency id="AWSSDK.Core" version="[3.3.103.22, 3.4.0)" />
      </group>
      <group targetFramework="MonoAndroid1.0">
        <dependency id="AWSSDK.Core" version="[3.3.103.22, 3.4.0)" />
      </group>
      <group targetFramework="Xamarin.iOS1.0">
        <dependency id="AWSSDK.Core" version="[3.3.103.22, 3.4.0)" />
      </group>
      <group targetFramework="MonoTouch1.0">
        <dependency id="AWSSDK.Core" version="[3.3.103.22, 3.4.0)" />
      </group>
      <group targetFramework="UAP0.0">
        <dependency id="AWSSDK.Core" version="[3.3.103.22, 3.4.0)" />
      </group>
    </dependencies>
  </metadata>
</package>