你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AS2SecuritySettings 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AS2SecuritySettings() |
初始化 AS2SecuritySettings 类的新实例。 |
AS2SecuritySettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String) |
初始化 AS2SecuritySettings 类的新实例。 |
AS2SecuritySettings()
初始化 AS2SecuritySettings 类的新实例。
public AS2SecuritySettings ();
Public Sub New ()
适用于
AS2SecuritySettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String)
初始化 AS2SecuritySettings 类的新实例。
public AS2SecuritySettings (bool overrideGroupSigningCertificate, bool enableNrrForInboundEncodedMessages, bool enableNrrForInboundDecodedMessages, bool enableNrrForOutboundMdn, bool enableNrrForOutboundEncodedMessages, bool enableNrrForOutboundDecodedMessages, bool enableNrrForInboundMdn, string signingCertificateName = default, string encryptionCertificateName = default, string sha2AlgorithmFormat = default);
new Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings : bool * bool * bool * bool * bool * bool * bool * string * string * string -> Microsoft.Azure.Management.Logic.Models.AS2SecuritySettings
Public Sub New (overrideGroupSigningCertificate As Boolean, enableNrrForInboundEncodedMessages As Boolean, enableNrrForInboundDecodedMessages As Boolean, enableNrrForOutboundMdn As Boolean, enableNrrForOutboundEncodedMessages As Boolean, enableNrrForOutboundDecodedMessages As Boolean, enableNrrForInboundMdn As Boolean, Optional signingCertificateName As String = Nothing, Optional encryptionCertificateName As String = Nothing, Optional sha2AlgorithmFormat As String = Nothing)
参数
- overrideGroupSigningCertificate
- Boolean
指示是发送还是请求 MDN 的值。
- enableNrrForInboundEncodedMessages
- Boolean
指示是否为入站编码消息启用 NRR 的值。
- enableNrrForInboundDecodedMessages
- Boolean
指示是否为入站解码消息启用 NRR 的值。
- enableNrrForOutboundMdn
- Boolean
指示是否为出站 MDN 启用 NRR 的值。
- enableNrrForOutboundEncodedMessages
- Boolean
指示是否为出站编码消息启用 NRR 的值。
- enableNrrForOutboundDecodedMessages
- Boolean
指示是否为出站解码消息启用 NRR 的值。
- enableNrrForInboundMdn
- Boolean
指示是否为入站 MDN 启用 NRR 的值。
- signingCertificateName
- String
签名证书的名称。
- encryptionCertificateName
- String
加密证书的名称。
- sha2AlgorithmFormat
- String
Sha2 算法格式。 有效值为 Sha2、ShaHashSize、ShaHyphenHashSize、Sha2UnderscoreHashSize。