[Missing <summary> documentation for "M:LLCryptoLib.Crypto.BlowfishECB.Clone"]

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

Syntax

C#
public Object Clone()
Visual Basic
Public Function Clone As Object
Visual C++
public:
virtual Object^ Clone() sealed

Return Value

[Missing <returns> documentation for "M:LLCryptoLib.Crypto.BlowfishECB.Clone"]

Implements

ICloneable..::..Clone()()()()

Remarks

Cloning can be very useful if you need multiple instances all using the same key, since the expensive cipher setup will be bypassed.

See Also