Gets the value indicating whether the cipher is a block cipher in CBC mode.

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

Syntax

Visual Basic
Public ReadOnly Property Cbc As Boolean
	Get
C#
public bool Cbc { get; }

Field Value

true if block cipher, false if stream cipher.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also