DefaultPropertiesToSend.HashAlgorithm 属性

定义

获取或设置在验证消息或为消息创建数字签名时使用的哈希算法。

public:
 property System::Messaging::HashAlgorithm HashAlgorithm { System::Messaging::HashAlgorithm get(); void set(System::Messaging::HashAlgorithm value); };
[System.Messaging.MessagingDescription("MsgHashAlgorithm")]
public System.Messaging.HashAlgorithm HashAlgorithm { get; set; }
[<System.Messaging.MessagingDescription("MsgHashAlgorithm")>]
member this.HashAlgorithm : System.Messaging.HashAlgorithm with get, set
Public Property HashAlgorithm As HashAlgorithm

属性值

HashAlgorithm 枚举值之一。 默认值为 MD5

属性

注解

属性 HashAlgorithm 标识消息队列在对消息进行身份验证或为消息创建数字签名时使用的哈希算法。

为消息创建数字签名时,源计算机上的消息队列使用哈希算法。 然后,目标队列管理器在收到消息时使用相同的哈希算法对消息进行身份验证。

由于与 MD5 冲突,Microsoft 建议使用 SHA256。

适用于

另请参阅