TlsCipher.Cbc Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Cbc
Gets the value indicating whether the cipher is a block cipher in CBC mode.
Declaration
public bool Cbc { get; }
Property Value
Type | Description |
---|---|
Boolean | true if block cipher, false if stream cipher. |