AS2SecuritySettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AS2SecuritySettings() |
Initializes a new instance of the AS2SecuritySettings class. |
AS2SecuritySettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String) |
Initializes a new instance of the AS2SecuritySettings class. |
AS2SecuritySettings()
Initializes a new instance of the AS2SecuritySettings class.
public AS2SecuritySettings ();
Public Sub New ()
Applies to
AS2SecuritySettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String)
Initializes a new instance of the AS2SecuritySettings class.
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)
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.
- signingCertificateName
- String
The name of the signing certificate.
- encryptionCertificateName
- String
The name of the encryption certificate.
- sha2AlgorithmFormat
- String
The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.