Encryption mode.

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

Syntax

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

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkCBC
CBC mode.
Supported by the .NET Compact FrameworkCTR
CTR mode.
Supported by the .NET Compact FrameworkGCM Obsolete.
Supported by the .NET Compact FrameworkAEAD
AEAD mode.
Supported by the .NET Compact FrameworkAny
Any mode.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also