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
署名またはハッシュ アルゴリズム。