Namespace: LLCryptoLib.CryptoAssembly: 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