AS2SecuritySettings interface
The AS2 agreement security settings.
Properties
enable |
The value indicating whether to enable NRR for inbound decoded messages. |
enable |
The value indicating whether to enable NRR for inbound encoded messages. |
enable |
The value indicating whether to enable NRR for inbound MDN. |
enable |
The value indicating whether to enable NRR for outbound decoded messages. |
enable |
The value indicating whether to enable NRR for outbound encoded messages. |
enable |
The value indicating whether to enable NRR for outbound MDN. |
encryption |
The name of the encryption certificate. |
override |
The value indicating whether to send or request a MDN. |
sha2Algorithm |
The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize. |
signing |
The name of the signing certificate. |
Property Details
enableNRRForInboundDecodedMessages
The value indicating whether to enable NRR for inbound decoded messages.
enableNRRForInboundDecodedMessages: boolean
Property Value
boolean
enableNRRForInboundEncodedMessages
The value indicating whether to enable NRR for inbound encoded messages.
enableNRRForInboundEncodedMessages: boolean
Property Value
boolean
enableNRRForInboundMDN
The value indicating whether to enable NRR for inbound MDN.
enableNRRForInboundMDN: boolean
Property Value
boolean
enableNRRForOutboundDecodedMessages
The value indicating whether to enable NRR for outbound decoded messages.
enableNRRForOutboundDecodedMessages: boolean
Property Value
boolean
enableNRRForOutboundEncodedMessages
The value indicating whether to enable NRR for outbound encoded messages.
enableNRRForOutboundEncodedMessages: boolean
Property Value
boolean
enableNRRForOutboundMDN
The value indicating whether to enable NRR for outbound MDN.
enableNRRForOutboundMDN: boolean
Property Value
boolean
encryptionCertificateName
The name of the encryption certificate.
encryptionCertificateName?: string
Property Value
string
overrideGroupSigningCertificate
The value indicating whether to send or request a MDN.
overrideGroupSigningCertificate: boolean
Property Value
boolean
sha2AlgorithmFormat
The Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize.
sha2AlgorithmFormat?: string
Property Value
string
signingCertificateName
The name of the signing certificate.
signingCertificateName?: string
Property Value
string