Net Encryption Library
HashProvider Enumeration






KellermanSoftware.NetEncryptionLibrary Namespace : HashProvider Enumeration
Hashing Algorithms
Syntax
'Declaration
 
Public Enum HashProvider 
   Inherits System.Enum
'Usage
 
Dim instance As HashProvider
public enum HashProvider : System.Enum 
public enum HashProvider = class(System.Enum)
public enum HashProvider extends System.Enum
__value public enum HashProvider : public System.Enum 
public enum class HashProvider : public System.Enum 
Members
MemberDescription
Blake224 Blake224: https://en.wikipedia.org/wiki/BLAKE_(hash_function)
Blake256 Blake256: https://en.wikipedia.org/wiki/BLAKE_(hash_function)
Blake384 Blake384: https://en.wikipedia.org/wiki/BLAKE_(hash_function)
Blake512 Blake512: https://en.wikipedia.org/wiki/BLAKE_(hash_function)
FCS16 FCS16: https://en.wikipedia.org/wiki/Frame_check_sequence
FCS32 FCS32: https://en.wikipedia.org/wiki/Frame_check_sequence
GHash 
GostHash GOST: https://en.wikipedia.org/wiki/GOST_(hash_function)
Grindahl256 Grindahl256: https://ehash.iaik.tugraz.at/wiki/Grindahl-256
Grindahl512 Grindahl512: https://ehash.iaik.tugraz.at/wiki/Grindahl-256
HAVAL HAVAL: https://en.wikipedia.org/wiki/HAVAL
HMACMD596 HMACMD596: https://en.wikipedia.org/wiki/HMAC
HMACSHA1 HMACSHA1: https://en.wikipedia.org/wiki/HMAC
HMACSHA196 HMACSHA196: https://en.wikipedia.org/wiki/HMAC
HMACSHA256 HMACSHA256: https://en.wikipedia.org/wiki/HMAC
HMACSHA25696 HMACSHA25696: https://en.wikipedia.org/wiki/HMAC
HMACSHA384 HMACSHA384: https://en.wikipedia.org/wiki/HMAC
HMACSHA512 HMACSHA512: https://en.wikipedia.org/wiki/HMAC
HMACSHA51296 HMACSHA51296: https://en.wikipedia.org/wiki/HMAC
Keccak224 Keccak224: https://en.wikipedia.org/wiki/SHA-3
Keccak256 Keccak256: https://en.wikipedia.org/wiki/SHA-3
Keccak384 Keccak384: https://en.wikipedia.org/wiki/SHA-3
Keccak512 Keccak512: https://en.wikipedia.org/wiki/SHA-3
MD2 MD2: https://en.wikipedia.org/wiki/MD2_(hash_function)
MD4 MD4: https://en.wikipedia.org/wiki/MD4
MD5 MD5: https://en.wikipedia.org/wiki/MD5
RadioGatun32RadioGatun32: https://en.wikipedia.org/wiki/RadioGatC3BAn
RadioGatun64RadioGatun64: https://en.wikipedia.org/wiki/RadioGatC3BAn
Ripemd160 Ripemd160: https://en.wikipedia.org/wiki/RIPEMD
Ripemd320 Ripemd320: https://en.wikipedia.org/wiki/RIPEMD
SHA1 SHA1: https://en.wikipedia.org/wiki/SHA-1
SHA256 SHA256: https://en.wikipedia.org/wiki/SHA-2
SHA384 SHA384: https://en.wikipedia.org/wiki/SHA-2
SHA512 SHA512: https://en.wikipedia.org/wiki/SHA-2
Skein224 Skein224: https://en.wikipedia.org/wiki/Skein_(hash_function)
Skein256 Skein256: https://en.wikipedia.org/wiki/Skein_(hash_function)
Skein384 Skein384: https://en.wikipedia.org/wiki/Skein_(hash_function)
Skein512 Skein512: https://en.wikipedia.org/wiki/Skein_(hash_function)
SumBSD https://en.wikipedia.org/wiki/BSD_checksum
Tiger Tiger: https://en.wikipedia.org/wiki/Tiger_(hash_function)
Whirlpool Whirlpool: https://en.wikipedia.org/wiki/Whirlpool_(hash_function)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetEncryptionLibrary.HashProvider

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetEncryptionLibrary Namespace