AS2MdnSettings Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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)
Parameters
- needMdn
- Boolean
The value indicating whether to send or request a MDN.
- signMdn
- Boolean
The value indicating whether the MDN needs to be signed or not.
- sendMdnAsynchronously
- Boolean
The value indicating whether to send the asynchronous MDN.
- signOutboundMdnIfOptional
- Boolean
The value indicating whether to sign the outbound MDN if optional.
- sendInboundMdnToMessageBox
- Boolean
The value indicating whether to send inbound MDN to message box.
- micHashingAlgorithm
- AS2HashingAlgorithm
The signing or hashing algorithm.