Bulk cipher algorithm.

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

Syntax

Visual Basic
Public Enumeration TlsBulkCipherAlgorithm
C#
public enum TlsBulkCipherAlgorithm

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
None.
Supported by the .NET Compact FrameworkRC4
RC4.
Supported by the .NET Compact FrameworkRC2
RC2.
Supported by the .NET Compact FrameworkDES
DES.
Supported by the .NET Compact FrameworkTripleDES
TripleDES.
Supported by the .NET Compact FrameworkAES
AES.
Supported by the .NET Compact FrameworkTwofish
Twofish.
Supported by the .NET Compact FrameworkChacha20Poly1305
ChaCha20-Poly1305.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also