Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
EncryptParameters type
- Package:
- @azure/keyvault-keys
A type representing all currently supported encryption parameters as they apply to different encryption algorithms.
type EncryptParameters =
| RsaEncryptParameters
| AesGcmEncryptParameters
| AesCbcEncryptParameters
