Default constructor. Starts as an uninitialized ECB instance.

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public BlowfishManaged()
Visual Basic
Public Sub New
Visual C++
public:
BlowfishManaged()

Exceptions

ExceptionCondition
System.Security.Cryptography..::..CryptographicException The implementation of the class derived from the symmetric algorithm is not valid.

See Also