Microsoft.AspNetCore.DataProtection.AzureStorage by Microsoft

<PackageReference Include="Microsoft.AspNetCore.DataProtection.AzureStorage" Version="2.0.2" />

 Microsoft.AspNetCore.DataProtection.AzureStorage 2.0.2

Microsoft Azure Blob storrage support as key store.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.AspNetCore.DataProtection.AzureStorage</id>
    <version>2.0.2</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
    <projectUrl>https://asp.net/</projectUrl>
    <iconUrl>https://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
    <description>Microsoft Azure Blob storrage support as key store.</description>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <tags>aspnetcore dataprotection azure blob</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/aspnet/DataProtection" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.AspNetCore.DataProtection" version="2.0.2" />
        <dependency id="WindowsAzure.Storage" version="8.1.4" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>