The type of text algorithm
Namespace: LLCryptoLib.CryptoAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum TextAlgorithmType |
Visual Basic |
---|
Public Enumeration TextAlgorithmType |
Visual C++ |
---|
public enum class TextAlgorithmType |
Members
Member name | Value | Description | |
---|---|---|---|
TEXT | 0 | This algorithm works by scrambling alphabetic letters and numbers | |
BINARY | 1 | This algorithm works by scrambling bytes. String representations are handled by Base64 conversions |