你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AS2ValidationSettings 构造函数

定义

初始化 AS2ValidationSettings 的新实例。

public AS2ValidationSettings (bool overrideMessageProperties, bool encryptMessage, bool signMessage, bool compressMessage, bool checkDuplicateMessage, int interchangeDuplicatesValidityDays, bool checkCertificateRevocationListOnSend, bool checkCertificateRevocationListOnReceive, Azure.ResourceManager.Logic.Models.AS2EncryptionAlgorithm encryptionAlgorithm);
new Azure.ResourceManager.Logic.Models.AS2ValidationSettings : bool * bool * bool * bool * bool * int * bool * bool * Azure.ResourceManager.Logic.Models.AS2EncryptionAlgorithm -> Azure.ResourceManager.Logic.Models.AS2ValidationSettings
Public Sub New (overrideMessageProperties As Boolean, encryptMessage As Boolean, signMessage As Boolean, compressMessage As Boolean, checkDuplicateMessage As Boolean, interchangeDuplicatesValidityDays As Integer, checkCertificateRevocationListOnSend As Boolean, checkCertificateRevocationListOnReceive As Boolean, encryptionAlgorithm As AS2EncryptionAlgorithm)

参数

overrideMessageProperties
Boolean

指示是否使用一致消息属性替代传入消息属性的值。

encryptMessage
Boolean

指示是否必须加密消息的值。

signMessage
Boolean

指示是否必须对消息进行签名的值。

compressMessage
Boolean

指示是否必须压缩消息的值。

checkDuplicateMessage
Boolean

指示是否检查重复消息的值。

interchangeDuplicatesValidityDays
Int32

要回溯重复交换的天数。

checkCertificateRevocationListOnSend
Boolean

指示是否在发送时检查证书吊销列表的值。

checkCertificateRevocationListOnReceive
Boolean

指示是否在接收时检查证书吊销列表的值。

encryptionAlgorithm
AS2EncryptionAlgorithm

加密算法。

适用于