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