Initializes a new instance of the StreamCrypter class.

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

Syntax

C#
public StreamCrypter(
	IStreamAlgorithm algo
)
Visual Basic
Public Sub New ( _
	algo As IStreamAlgorithm _
)
Visual C++
public:
StreamCrypter(
	IStreamAlgorithm^ algo
)

Parameters

algo
Type: LLCryptoLib.Crypto..::..IStreamAlgorithm
an encryption algorithm

See Also