Constructor

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

Syntax

C#
protected TextAlgorithm(
	TextAlgorithmType type
)
Visual Basic
Protected Sub New ( _
	type As TextAlgorithmType _
)
Visual C++
protected:
TextAlgorithm(
	TextAlgorithmType type
)

Parameters

type
Type: LLCryptoLib.Crypto..::..TextAlgorithmType
If it's a binary or text algorithm

See Also