EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

Profile Property

The AS4 profile.

Syntax

[VB.NET]
Public Property Profile As As4clientProfiles

[C#]
public As4clientProfiles Profile {get; set;}

enum As4clientProfiles { ebpfStandard, ebpfENTSOG, ebpfESENS }

Remarks

This property specifies the AS4 profile to use. Different profiles may have different requirements and default options. Setting this property to the correct value ensures that the right options are selected in order to conform to the profile. Possible values are:

0 (ebfStandard - default) The AS4 Profile of ebMS 3.0 Version 1.0 OASIS Standard
1 (ebfENTSOG) The ENTSOG AS4 Profile
2 (ebfESENS) The e-SENS AS4 Profile

When Profile is set to ebpfENTSOG the following settings are automatically applied:

Property Value
CompressionFormat ebcfGZIP
EncryptionAlgorithm "AES128GCM"
ConversationId Remains empty
SignatureAlgorithm "SHA256"
RSAHashAlgorithm "SHA256"
MGF1HashAlgorithm "SHA256"

When Profile is set to ebpfESENS the following settings are automatically applied:

Property Value
CompressionFormat ebcfGZIP
EncryptionAlgorithm "AES128GCM"
RequireEncryption True
RequireSignature True
SignatureAlgorithm "SHA256"
RSAHashAlgorithm "SHA256"
MGF1HashAlgorithm "SHA256"
EncryptionSecurityTokenFormat 1 (Binary)
SigningSecurityTokenFormat 1 (Binary)

Default Value

0

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0