Constructor with key

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

Syntax

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

Parameters

key
Type: System..::..String
key-string for single key

See Also