'Declaration
Public Enum HashAlgorithm Inherits System.Enum
'Usage
Dim instance As HashAlgorithm
public enum HashAlgorithm : System.Enum
public enum class HashAlgorithm : public System.Enum
'Declaration
Public Enum HashAlgorithm Inherits System.Enum
'Usage
Dim instance As HashAlgorithm
public enum HashAlgorithm : System.Enum
public enum class HashAlgorithm : public System.Enum
Member | Description |
---|---|
Mac | MAC keyed-hash algorithm. |
Md2 | MD2 hashing algorithm. |
Md4 | MD4 hashing algorithm. |
Md5 | MD5 hashing algorithm. |
None | No hashing algorithm. |
Sha | SHA hashing algorithm. |
Sha256 | |
Sha384 | |
Sha512 |
System.Object
System.ValueType
System.Enum
System.Messaging.HashAlgorithm
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