| HashAlgorithms Enumeration |
Describes the hash algorithms
Namespace:
Cauldron.Cryptography
Assembly:
Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.2
Syntax public enum HashAlgorithms
Public Enumeration HashAlgorithms
public enum class HashAlgorithms
Members
| Member name | Value | Description |
---|
| Md5 | 0 |
The Md5 has algorithm
|
| Sha256 | 2 |
The Sha 256 algorithm
|
| Sha512 | 1 |
The Sha 512 algorithm
|
See Also