你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AS2MdnSettings 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 AS2MdnSettings 的新实例。
public AS2MdnSettings (bool needMdn, bool signMdn, bool sendMdnAsynchronously, bool signOutboundMdnIfOptional, bool sendInboundMdnToMessageBox, Azure.ResourceManager.Logic.Models.AS2HashingAlgorithm micHashingAlgorithm);
new Azure.ResourceManager.Logic.Models.AS2MdnSettings : bool * bool * bool * bool * bool * Azure.ResourceManager.Logic.Models.AS2HashingAlgorithm -> Azure.ResourceManager.Logic.Models.AS2MdnSettings
Public Sub New (needMdn As Boolean, signMdn As Boolean, sendMdnAsynchronously As Boolean, signOutboundMdnIfOptional As Boolean, sendInboundMdnToMessageBox As Boolean, micHashingAlgorithm As AS2HashingAlgorithm)
参数
- needMdn
- Boolean
指示是发送还是请求 MDN 的值。
- signMdn
- Boolean
指示是否需要对 MDN 进行签名的值。
- sendMdnAsynchronously
- Boolean
指示是否发送异步 MDN 的值。
- signOutboundMdnIfOptional
- Boolean
指示是否对出站 MDN 进行签名(可选)的值。
- sendInboundMdnToMessageBox
- Boolean
指示是否将入站 MDN 发送到消息框的值。
- micHashingAlgorithm
- AS2HashingAlgorithm
签名或哈希算法。