AS2ValidationSettings Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AS2ValidationSettings() | |
AS2ValidationSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, Boolean, EncryptionAlgorithm, String) |
AS2ValidationSettings()
public AS2ValidationSettings ();
Public Sub New ()
Aplica-se a
AS2ValidationSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Boolean, Boolean, EncryptionAlgorithm, String)
public AS2ValidationSettings (bool overrideMessageProperties, bool encryptMessage, bool signMessage, bool compressMessage, bool checkDuplicateMessage, int interchangeDuplicatesValidityDays, bool checkCertificateRevocationListOnSend, bool checkCertificateRevocationListOnReceive, Microsoft.Azure.Management.Logic.Fluent.Models.EncryptionAlgorithm encryptionAlgorithm, string signingAlgorithm = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.AS2ValidationSettings : bool * bool * bool * bool * bool * int * bool * bool * Microsoft.Azure.Management.Logic.Fluent.Models.EncryptionAlgorithm * string -> Microsoft.Azure.Management.Logic.Fluent.Models.AS2ValidationSettings
Public Sub New (overrideMessageProperties As Boolean, encryptMessage As Boolean, signMessage As Boolean, compressMessage As Boolean, checkDuplicateMessage As Boolean, interchangeDuplicatesValidityDays As Integer, checkCertificateRevocationListOnSend As Boolean, checkCertificateRevocationListOnReceive As Boolean, encryptionAlgorithm As EncryptionAlgorithm, Optional signingAlgorithm As String = Nothing)
Parâmetros
- overrideMessageProperties
- Boolean
- encryptMessage
- Boolean
- signMessage
- Boolean
- compressMessage
- Boolean
- checkDuplicateMessage
- Boolean
- interchangeDuplicatesValidityDays
- Int32
- checkCertificateRevocationListOnSend
- Boolean
- checkCertificateRevocationListOnReceive
- Boolean
- encryptionAlgorithm
- EncryptionAlgorithm
- signingAlgorithm
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET