Back to skills

azure-security-keyvault-keys-dotnet

security

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 opera

Setup & Installation

npx skills add https://github.com/microsoft/azure-security-keyvault-keys-dotnet --skill azure-security-keyvault-keys-dotnet
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/azure-security-keyvault-keys-dotnet
View on GitHub

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