Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions sdk/keyvault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is the Microsoft Azure Key Vault client library which allows for the consumption of Key Vault services. Azure Key Vault helps safeguard cryptographic keys and secrets used by cloud applications and services. By using Key Vault, you can encrypt keys and secrets (such as authentication keys, storage account keys, data encryption keys, .PFX files, and passwords) using keys protected by hardware security modules (HSMs). For added assurance, you can import or generate keys in HSMs. If you choose to do this, Microsoft processes your keys in FIPS 140-2 Level 2 validated HSMs (hardware and firmware).
Key Vault streamlines the key management process and enables you to maintain control of keys that access and encrypt your data. Developers can create keys for development and testing in minutes, and then seamlessly migrate them to production keys. Security administrators can grant (and revoke) permission to keys, as needed.
For more information refer to [What is Key Vault?](https://docs.microsoft.com/azure/key-vault/key-vault-whatis) or [Getting Started](https://docs.microsoft.com/azure/key-vault/key-vault-get-started).
For more information refer to [About Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/overview).

Documentation for this SDK can be found at [Azure Key Vault Java Documentation](https://docs.microsoft.com/java/api/overview/azure/keyvault)

Expand Down Expand Up @@ -133,8 +133,7 @@ For details on contributing to this repository, see the [contributing guide](htt

# More information
* [Azure Key Vault Java Documentation](https://docs.microsoft.com/java/api/overview/azure/keyvault)
* [What is Key Vault?](https://docs.microsoft.com/azure/key-vault/key-vault-whatis)
* [Get started with Azure Key Vault](https://docs.microsoft.com/azure/key-vault/key-vault-get-started)
* [About Azure Key Vault](https://docs.microsoft.com/azure/key-vault/general/overview)
* [Azure Key Vault General Documentation](https://docs.microsoft.com/azure/key-vault/)
* [Azure Key Vault REST API Reference](https://docs.microsoft.com/rest/api/keyvault/)
* [Azure Active Directory Documenation](https://docs.microsoft.com/azure/active-directory/)
Expand Down