Cipher public abstract class Cipher Documentation Code public abstract byte MinimumSize { get; } protected Cipher() public abstract byte[] Decrypt(byte[] input) public abstract byte[] Decrypt(byte[] input, int offset, int length) public byte[] Encrypt(byte[] input) public abstract byte[] Encrypt(byte[] input, int offset, int length)