Constructor with key and shift

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

Syntax

C#
public TextAlgorithmParameters(
	int shift,
	string key
)
Visual Basic
Public Sub New ( _
	shift As Integer, _
	key As String _
)
Visual C++
public:
TextAlgorithmParameters(
	int shift, 
	String^ key
)

Parameters

shift
Type: System..::..Int32
Shift
key
Type: System..::..String
TextVigenere

See Also