AS2ValidationSettings Class

Definition

The AS2 agreement validation settings.

public class AS2ValidationSettings
public class AS2ValidationSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.AS2ValidationSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.AS2ValidationSettings>
type AS2ValidationSettings = class
type AS2ValidationSettings = class
    interface IJsonModel<AS2ValidationSettings>
    interface IPersistableModel<AS2ValidationSettings>
Public Class AS2ValidationSettings
Public Class AS2ValidationSettings
Implements IJsonModel(Of AS2ValidationSettings), IPersistableModel(Of AS2ValidationSettings)
Inheritance
AS2ValidationSettings
Implements

Constructors

AS2ValidationSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, Boolean, AS2EncryptionAlgorithm)

Initializes a new instance of AS2ValidationSettings.

Properties

CheckCertificateRevocationListOnReceive

The value indicating whether to check for certificate revocation list on receive.

CheckCertificateRevocationListOnSend

The value indicating whether to check for certificate revocation list on send.

CheckDuplicateMessage

The value indicating whether to check for duplicate message.

CompressMessage

The value indicating whether the message has to be compressed.

EncryptionAlgorithm

The encryption algorithm.

EncryptMessage

The value indicating whether the message has to be encrypted.

InterchangeDuplicatesValidityDays

The number of days to look back for duplicate interchange.

OverrideMessageProperties

The value indicating whether to override incoming message properties with those in agreement.

SigningAlgorithm

The signing algorithm.

SignMessage

The value indicating whether the message has to be signed.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AS2ValidationSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AS2ValidationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AS2ValidationSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AS2ValidationSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AS2ValidationSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to