I need to encrypt data to interact with an API-implementation outside of my control. The api expects data to be encrypted via AES/CBC/NoPadding. I can't seem to find an option to set padding for SymmetricEncryptionAlgorithm.AES.
I'm not quite sure if this option is missing or if I am missing something?