Click or drag to resize

HashAlgorithms Enumeration

Describes the hash algorithms

Namespace:  Cauldron.Cryptography
Assembly:  Cauldron.Cryptography (in Cauldron.Cryptography.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public enum HashAlgorithms
Members
  Member nameValueDescription
Md50 The Md5 has algorithm
Sha2562 The Sha 256 algorithm
Sha5121 The Sha 512 algorithm
See Also