StreamCipher public abstract class StreamCipher : SymmetricCipher Base class of stream cipher algorithms. Documentation Code protected StreamCipher(byte[] key) Initializes a new instance of the StreamCipher class.