AesCipher public sealed class AesCipher : BlockCipher AES cipher implementation. Documentation Code public AesCipher(byte[] key, CipherMode mode, CipherPadding padding) Initializes a new instance of the AesCipher class.