CipherInfo public class CipherInfo Holds information about key size and cipher to use Documentation public Func<byte[], byte[], Cipher> Cipher { get; } Gets the cipher. public int KeySize { get; } Gets the size of the key. public CipherInfo(int keySize, Func<byte[], byte[], Cipher> cipher) Initializes a new instance of the CipherInfo class.