AS2ValidationSettings Class

Definition

The AS2 agreement validation settings.

public class AS2ValidationSettings
type AS2ValidationSettings = class
Public Class AS2ValidationSettings
Inheritance
AS2ValidationSettings

Constructors

AS2ValidationSettings()

Initializes a new instance of the AS2ValidationSettings class.

AS2ValidationSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, Boolean, String, String)

Initializes a new instance of the AS2ValidationSettings class.

Properties

CheckCertificateRevocationListOnReceive

Gets or sets the value indicating whether to check for certificate revocation list on receive.

CheckCertificateRevocationListOnSend

Gets or sets the value indicating whether to check for certificate revocation list on send.

CheckDuplicateMessage

Gets or sets the value indicating whether to check for duplicate message.

CompressMessage

Gets or sets the value indicating whether the message has to be compressed.

EncryptionAlgorithm

Gets or sets the encryption algorithm. Possible values include: 'NotSpecified', 'None', 'DES3', 'RC2', 'AES128', 'AES192', 'AES256'

EncryptMessage

Gets or sets the value indicating whether the message has to be encrypted.

InterchangeDuplicatesValidityDays

Gets or sets the number of days to look back for duplicate interchange.

OverrideMessageProperties

Gets or sets the value indicating whether to override incoming message properties with those in agreement.

SigningAlgorithm

Gets or sets the signing algorithm. Possible values include: 'NotSpecified', 'Default', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'

SignMessage

Gets or sets the value indicating whether the message has to be signed.

Methods

Validate()

Validate the object.

Applies to