SymmetricCipher ClassSSH .NET Client Library Documentation
Base class for symmetric cipher implementations.
Inheritance Hierarchy

OnlineSystem Object
  Renci.SshNet.Security.Cryptography Cipher
    Renci.SshNet.Security.Cryptography SymmetricCipher
      Renci.SshNet.Security.Cryptography BlockCipher
      Renci.SshNet.Security.Cryptography StreamCipher

Namespace: Renci.SshNet.Security.Cryptography
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public abstract class SymmetricCipher : Cipher
See Also