AesCipher public sealed class AesCipher : BlockCipher, IDisposable AES cipher implementation. Documentation Code public AesCipher(byte[] key, byte[] iv, AesCipherMode mode, bool pkcs7Padding = false) Initializes a new instance of the AesCipher class. public void Dispose(bool disposing) Dispose the instance. public void Dispose()