次の方法で共有


AS2MdnSettings コンストラクター

定義

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

署名またはハッシュ アルゴリズム。

適用対象