Specifies encryption algorithm
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum EncryptAlgorithm
Public Enumeration EncryptAlgorithm
public enum class EncryptAlgorithm
Members
| Member | Value | Description |
|---|---|---|
| TEA | 0 |
Simple TEA algorithm
|
| TEA2 | 1 |
TEA algorithm with pseudorandom key
|