DefaultPropertiesToSend.HashAlgorithm Property

Definition

Gets or sets the hashing algorithm used when authenticating messages or creating a digital signature for a message.

C#
[System.Messaging.MessagingDescription("MsgHashAlgorithm")]
public System.Messaging.HashAlgorithm HashAlgorithm { get; set; }

Property Value

One of the HashAlgorithm enumeration values. The default is MD5.

Attributes

Remarks

The HashAlgorithm property identifies the hashing algorithm Message Queuing uses when authenticating messages or when creating a digital signature for a message.

Message Queuing on the source computer uses the hashing algorithm when creating a digital signature for a message. The target Queue Manager then uses the same hashing algorithm to authenticate the message when it is received.

Due to collision problems with MD5, Microsoft recommends SHA-256.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also