Microsoft.Azure.Cosmos.Encryption by Microsoft

<PackageReference Include="Microsoft.Azure.Cosmos.Encryption" Version="1.0.0-preview3" />

 Microsoft.Azure.Cosmos.Encryption 1.0.0-preview3

This library provides an implementation for client-side encryption for Azure Cosmos's SQL API. For more information, refer to https://aka.ms/CosmosClientEncryption

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.Azure.Cosmos.Encryption</id>
    <version>1.0.0-preview3</version>
    <title>Microsoft Azure Cosmos DB client-side encryption library</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <licenseUrl>https://aka.ms/netcoregaeula</licenseUrl>
    <projectUrl>https://github.com/Azure/azure-cosmos-dotnet-v3</projectUrl>
    <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
    <description>This library provides an implementation for client-side encryption for Azure Cosmos's SQL API. For more information, refer to https://aka.ms/CosmosClientEncryption</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard client encryption byok</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.Azure.Cosmos" version="3.9.0-preview3" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>