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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET