Initializes a new instance of the StreamARC4Base class.

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

Syntax

C#
protected StreamARC4Base(
	short eaKeyLen,
	short eaBlockLen,
	string eaDescription
)
Visual Basic
Protected Sub New ( _
	eaKeyLen As Short, _
	eaBlockLen As Short, _
	eaDescription As String _
)
Visual C++
protected:
StreamARC4Base(
	short eaKeyLen, 
	short eaBlockLen, 
	String^ eaDescription
)

Parameters

eaKeyLen
Type: System..::..Int16
Length of key in bytes
eaBlockLen
Type: System..::..Int16
Length of block in bytes
eaDescription
Type: System..::..String
Syntetic description of algorithm

See Also