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() | |
AS2SecuritySettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String) |
AS2SecuritySettings()
public AS2SecuritySettings ();
Public Sub New ()
Applies to
AS2SecuritySettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String, String, String)
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.Fluent.Models.AS2SecuritySettings : bool * bool * bool * bool * bool * bool * bool * string * string * string -> Microsoft.Azure.Management.Logic.Fluent.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
- enableNrrForInboundEncodedMessages
- Boolean
- enableNrrForInboundDecodedMessages
- Boolean
- enableNrrForOutboundMdn
- Boolean
- enableNrrForOutboundEncodedMessages
- Boolean
- enableNrrForOutboundDecodedMessages
- Boolean
- enableNrrForInboundMdn
- Boolean
- signingCertificateName
- String
- encryptionCertificateName
- String
- sha2AlgorithmFormat
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET