HashAlgorithm Enumeration
Specifies the hash algorithm used by Message Queuing when authenticating messages.
Syntax
'Declaration Public Enum HashAlgorithm Inherits System.Enum
'Usage Dim instance As HashAlgorithm
public enum HashAlgorithm : System.Enum
public enum class HashAlgorithm : public System.Enum
Members
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. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
System.Messaging.HashAlgorithm
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