Constructor
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public StreamAES(
short keylen,
short blocksize,
string description
) |
Visual Basic |
---|
Public Sub New ( _
keylen As Short, _
blocksize As Short, _
description As String _
) |
Visual C++ |
---|
public:
StreamAES(
short keylen,
short blocksize,
String^ description
) |
Parameters
- keylen
- Type: System..::..Int16
Length of key in bytes
- blocksize
- Type: System..::..Int16
Length of block in bytes
- description
- Type: System..::..String
Description of algorithm
See Also