Encryption algorithm.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration SshEncryptionAlgorithm
C#
[FlagsAttribute]
public enum SshEncryptionAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkRC4
RC4.
Supported by the .NET Compact FrameworkTripleDES
TripleDES.
Supported by the .NET Compact FrameworkAES
AES.
Supported by the .NET Compact FrameworkBlowfish
Blowfish.
Supported by the .NET Compact FrameworkTwofish
Twofish.
Supported by the .NET Compact FrameworkChacha20Poly1305
ChaCha20/Poly1305.
Supported by the .NET Compact FrameworkAny
Any algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also