[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / microsoft.azure.keyvault / 2.3.2 / microsoft.azure.keyvault.nuspec
1 <?xml version="1.0" encoding="utf-8"?>
2 <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
3   <metadata>
4     <id>Microsoft.Azure.KeyVault</id>
5     <version>2.3.2</version>
6     <authors>Microsoft</authors>
7     <owners>Microsoft</owners>
8     <requireLicenseAcceptance>true</requireLicenseAcceptance>
9     <licenseUrl>https://raw.githubusercontent.com/Microsoft/dotnet/master/LICENSE</licenseUrl>
10     <projectUrl>https://github.com/Azure/AutoRest</projectUrl>
11     <iconUrl>http://go.microsoft.com/fwlink/?LinkID=288890</iconUrl>
12     <description>Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features.</description>
13     <releaseNotes>This is a preview release of the Azure Key Vault .NET SDK, based on version 2016-10-01 of the Azure Key Vault REST API. For migration guide from version 1.0, please visit https://azure.microsoft.com/en-us/documentation/articles/key-vault-dotnet2api-release-notes/.</releaseNotes>
14     <copyright>Copyright (c) Microsoft Corporation</copyright>
15     <tags>Microsoft Azure key vault Key Vault REST HTTP client azureofficial windowsazureofficial</tags>
16     <repository url="https://github.com/Azure/azure-sdk-for-net" />
17     <dependencies>
18       <group targetFramework=".NETFramework4.5.2">
19         <dependency id="Microsoft.Azure.KeyVault.WebKey" version="2.0.7" exclude="Build,Analyzers" />
20         <dependency id="Microsoft.Rest.ClientRuntime.Azure" version="[3.3.7, 4.0.0)" exclude="Build,Analyzers" />
21         <dependency id="Microsoft.Rest.ClientRuntime" version="[2.3.8, 3.0.0)" exclude="Build,Analyzers" />
22         <dependency id="Newtonsoft.Json" version="6.0.8" exclude="Build,Analyzers" />
23       </group>
24       <group targetFramework=".NETStandard1.4">
25         <dependency id="Microsoft.Azure.KeyVault.WebKey" version="2.0.7" exclude="Build,Analyzers" />
26         <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
27         <dependency id="Microsoft.Rest.ClientRuntime.Azure" version="[3.3.7, 4.0.0)" exclude="Build,Analyzers" />
28         <dependency id="Microsoft.Rest.ClientRuntime" version="[2.3.8, 3.0.0)" exclude="Build,Analyzers" />
29         <dependency id="System.Net.Http" version="4.3.0" exclude="Build,Analyzers" />
30         <dependency id="Newtonsoft.Json" version="9.0.1" exclude="Build,Analyzers" />
31       </group>
32     </dependencies>
33   </metadata>
34 </package>