AS2SecuritySettings Class

Definition

The AS2 agreement security settings.

public class AS2SecuritySettings
type AS2SecuritySettings = class
Public Class AS2SecuritySettings
Inheritance
AS2SecuritySettings

Constructors

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.

Properties

EnableNrrForInboundDecodedMessages

Gets or sets the value indicating whether to enable NRR for inbound decoded messages.

EnableNrrForInboundEncodedMessages

Gets or sets the value indicating whether to enable NRR for inbound encoded messages.

EnableNrrForInboundMdn

Gets or sets the value indicating whether to enable NRR for inbound MDN.

EnableNrrForOutboundDecodedMessages

Gets or sets the value indicating whether to enable NRR for outbound decoded messages.

EnableNrrForOutboundEncodedMessages

Gets or sets the value indicating whether to enable NRR for outbound encoded messages.

EnableNrrForOutboundMdn

Gets or sets the value indicating whether to enable NRR for outbound MDN.

EncryptionCertificateName

Gets or sets the name of the encryption certificate.

OverrideGroupSigningCertificate

Gets or sets the value indicating whether to send or request a MDN.

Sha2AlgorithmFormat

Gets or sets the Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.

SigningCertificateName

Gets or sets the name of the signing certificate.

Methods

Validate()

Validate the object.

Applies to