Text algorithm type. If it's a normal text algorithm (ie: TextROT13) then this will be TextAlgorithm.Text. If it's a binary algorithm turned into a text algorithm via Base64 conversions, this will be TextAlgorithm.Binary

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

Syntax

C#
public TextAlgorithmType AlgorithmType { get; }
Visual Basic
Public ReadOnly Property AlgorithmType As TextAlgorithmType
	Get
Visual C++
public:
property TextAlgorithmType AlgorithmType {
	TextAlgorithmType get ();
}

See Also