Share via


AS2SecuritySettings Constructor

Definition

Initializes a new instance of AS2SecuritySettings.

public AS2SecuritySettings (bool overrideGroupSigningCertificate, bool enableNrrForInboundEncodedMessages, bool enableNrrForInboundDecodedMessages, bool enableNrrForOutboundMdn, bool enableNrrForOutboundEncodedMessages, bool enableNrrForOutboundDecodedMessages, bool enableNrrForInboundMdn);
new Azure.ResourceManager.Logic.Models.AS2SecuritySettings : bool * bool * bool * bool * bool * bool * bool -> Azure.ResourceManager.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)

Parameters

overrideGroupSigningCertificate
Boolean

The value indicating whether to send or request a MDN.

enableNrrForInboundEncodedMessages
Boolean

The value indicating whether to enable NRR for inbound encoded messages.

enableNrrForInboundDecodedMessages
Boolean

The value indicating whether to enable NRR for inbound decoded messages.

enableNrrForOutboundMdn
Boolean

The value indicating whether to enable NRR for outbound MDN.

enableNrrForOutboundEncodedMessages
Boolean

The value indicating whether to enable NRR for outbound encoded messages.

enableNrrForOutboundDecodedMessages
Boolean

The value indicating whether to enable NRR for outbound decoded messages.

enableNrrForInboundMdn
Boolean

The value indicating whether to enable NRR for inbound MDN.

Applies to