NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DefaultPropertiesToSend.HashAlgorithm

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);

Property Value

One of the HashAlgorithm enumeration values. This value identifies the hashing algorithm Message Queuing uses when authenticating messages. The default is MD5.

Remarks

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.

See Also

DefaultPropertiesToSend Class | DefaultPropertiesToSend Members | System.Messaging Namespace | TBD