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