/n software BizTalk Adapters V4 - Online Help
Available for:
/n software BizTalk Adapters V4
Questions / Feedback?

AES Pipeline Component

Properties   Configuration Settings  

The AES Pipeline Component can be used to encrypt and decrypt data for regular transport.

Remarks

The AES Pipeline Component contains an encoder and a decoder that receive messages from the BizTalk Message Engine and perform cryptographic operations on the data. The encoder will produce an encrypted file that the decoder can then decrypt, making it possible to add secure storage to your business process.

To use the AES Pipeline Component, you must first set the KeySize to determine the strength of the cipher to be used. Next, set the KeyPassword to allow the pipeline component to generate the cryptographic Key and IV. Alternatively, you may set the Key and IV properties directly. Note that the same password may be used for the encoder and decoder to generate the same key and IV. You may also modify how the cryptography is performed by setting the CipherMode and PaddingMode properties.

Encoder Property List


The following is the full list of the properties of the encoder pipeline component with short descriptions. Click on the links for further details.

CipherModeControls how the pipeline component uses the IV to modify the cipher algorithm.
IVThe initialization vector used by the CipherMode to modify the ciphertext.
KeyThe raw key used by the cipher.
KeyPasswordA password used by the pipeline component to generate the Key and IV .
KeySizeThe size of the Key .
PaddingModeUsed by the cipher to pad the last block of input text.
RuntimeLicenseSpecifies the adapter runtime license key.
TransportLogTells the adapter where and how to report information about its operations.

Decoder Property List


The following is the full list of the properties of the decoder pipeline component with short descriptions. Click on the links for further details.

CipherModeControls how the pipeline component uses the IV to modify the cipher algorithm.
IVThe initialization vector used by the CipherMode to modify the ciphertext.
KeyThe raw key used by the cipher.
KeyPasswordA password used by the pipeline component to generate the Key and IV .
KeySizeThe size of the Key .
PaddingModeUsed by the cipher to pad the last block of input text.
RuntimeLicenseSpecifies the adapter runtime license key.
TransportLogTells the adapter where and how to report information about its operations.

Configuration Settings


The following is a list of configuration settings for the pipeline component with short descriptions. Click on the links for further details.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0