4.11.0-beta.3 (2026-07-16)
Features Added
- Added the
SecureWrapKeyandSecureUnwrapKeymethods (and their async counterparts) toCryptographyClientfor secure wrap/unwrap operations on Managed HSM keys (#60933). - Added the
SecureKeyWrapAlgorithmtype, listing the algorithms supported by the secure wrap/unwrap operations. - Added the
SecureWrapResultandSecureUnwrapResultmodel classes wrapping the results ofSecureWrapKeyandSecureUnwrapKey, respectively. - Added the
SecureWrapKeyandSecureUnwrapKeyvalues toKeyOperation.