Renci.SshNet.Security.Cryptography.StreamCipher public abstract class StreamCipher : SymmetricCipher Documentation Code namespace Renci.SshNet.Security.Cryptography { public abstract class StreamCipher : SymmetricCipher { protected StreamCipher(byte[] key); } }