Constructor with key and shift
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public TextAlgorithmParameters(
int shift,
string key,
short keyBytes,
short keyBlock
) |
Visual Basic |
---|
Public Sub New ( _
shift As Integer, _
key As String, _
keyBytes As Short, _
keyBlock As Short _
) |
Visual C++ |
---|
public:
TextAlgorithmParameters(
int shift,
String^ key,
short keyBytes,
short keyBlock
) |
Parameters
- shift
- Type: System..::..Int32
Shift
- key
- Type: System..::..String
TextVigenere
- keyBytes
- Type: System..::..Int16
Size of the key in bytes
- keyBlock
- Type: System..::..Int16
Block of the key in bytes
See Also