Gets or sets the hashing algorithm used when authenticating messages.
[Visual Basic] Public Property HashAlgorithm As HashAlgorithm [C#] public HashAlgorithm HashAlgorithm {get; set;} [C++] public: __property HashAlgorithm get_HashAlgorithm(); public: __property void set_HashAlgorithm(HashAlgorithm); [JScript] public function get HashAlgorithm() : HashAlgorithm; public function set HashAlgorithm(HashAlgorithm);
One of the HashAlgorithm enumeration values. This value identifies the hashing algorithm Message Queuing uses when authenticating messages. The default is MD5.
HashAlgorithm provides access to the HashAlgorithm property of the Message Queuing application's MSMQMessage object. The Message Queuing run-time code uses the hashing algorithm when creating a digital signature and when authenticating the message.
DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD