System.Messaging Reference (Document! X Sample)
HashAlgorithm Enumeration



System.Messaging Namespace : 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
MemberDescription
MacMAC keyed-hash algorithm.
Md2MD2 hashing algorithm.
Md4MD4 hashing algorithm.
Md5MD5 hashing algorithm.
NoneNo hashing algorithm.
ShaSHA hashing algorithm.
Sha256 
Sha384 
Sha512 
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

Reference

System.Messaging Namespace