DefaultPropertiesToSend.HashAlgorithm 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在验证消息或为消息创建数字签名时使用的哈希算法。
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。