4.9.0b2 (2023-10-12)
Features Added
- The
cryptography
library'sRSAPrivateKey
andRSAPublicKey
interfaces are now implemented by
KeyVaultRSAPrivateKey
andKeyVaultRSAPublicKey
classes that can use keys managed by Key Vault CryptographyClient
hascreate_rsa_private_key
andcreate_rsa_public_key
methods that return a
KeyVaultRSAPrivateKey
andKeyVaultRSAPublicKey
, respectively