Amazon.AspNetCore.DataProtection.SSM 2.1.0
AWS Systems Manager ASP.NET Core Data Protection Provider library allows you to use AWS Systems Manager's Parameter Store to store keys generated by ASP.NET's Data Protection API.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Amazon.AspNetCore.DataProtection.SSM</id>
<version>2.1.0</version>
<title>AWS Systems Manager ASP.NET Core Data Protection Provider</title>
<authors>Amazon Web Services</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE</license>
<licenseUrl>https://aka.ms/deprecateLicenseUrl</licenseUrl>
<icon>icon.png</icon>
<projectUrl>https://github.com/aws/aws-ssm-data-protection-provider-for-aspnet</projectUrl>
<description>AWS Systems Manager ASP.NET Core Data Protection Provider library allows you to use AWS Systems Manager's Parameter Store to store keys generated by ASP.NET's Data Protection API.</description>
<copyright>2018-2021</copyright>
<tags>AWS Amazon SSM Systems Manager</tags>
<repository url="https://github.com/aws/aws-ssm-data-protection-provider-for-aspnet" />
<dependencies>
<group targetFramework=".NETStandard2.0">
<dependency id="AWSSDK.Extensions.NETCore.Setup" version="3.7.0.1" exclude="Build,Analyzers" />
<dependency id="AWSSDK.SimpleSystemsManagement" version="3.7.0.2" exclude="Build,Analyzers" />
<dependency id="Microsoft.AspNetCore.DataProtection.Extensions" version="2.0.3" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>