Setup & Installation
What This Skill Does
Azure.Security.KeyVault.Keys is the .NET client library for creating and managing cryptographic keys in Azure Key Vault and Managed HSM. It provides two main clients: KeyClient for key lifecycle operations and CryptographyClient for encrypt, decrypt, sign, verify, wrap, and unwrap operations. KeyVault handles HSM-backed key storage and cryptographic operations server-side, so private key material never touches application memory.
When to use it
- Working with azure security keyvault keys dotnet functionality
- Implementing azure security keyvault keys dotnet features
- Debugging azure security keyvault keys dotnet related issues
