Client library for managing cryptographic keys in Azure Key Vault and Managed HSM.
| KeyClient | Key management operations | | CryptographyClient | Cryptographic operations | | KeyResolver | Resolve key ID to CryptographyClient | | KeyVaultKey | Key with cryptographic material | | KeyProperties | Key metadata (no crypto material) | | CreateRsaKeyOptions | RSA key creation options | | CreateEcKeyOptions | EC key creation options |
| CreateOctKeyOptions | Symmetric key options | | EncryptResult | Encryption result | | DecryptResult | Decryption result | | SignResult | Signing result | | VerifyResult | Verification result | | WrapResult | Key wrap result | | UnwrapResult | Key unwrap result |
SDK delle chiavi di Azure Key Vault per .NET. Libreria client per la gestione delle chiavi crittografiche in Azure Key Vault e HSM gestito. Utilizzare per la creazione, la rotazione, la crittografia, la decrittografia, la firma e la verifica delle chiavi. Trigger: "chiavi Key Vault", "KeyClient", "CryptographyClient", "chiave RSA", "chiave EC", "crittografa decrittografa .NET", "rotazione chiave", "HSM". Fonte: microsoft/agent-skills.