Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

EncryptionPassword Property

The password to use when encrypting/decrypting a blob.

Syntax

blobcontrol.EncryptionPassword[=string]

Default Value

""

Remarks

When CreateBlob is called, if this property contains a non-empty string, the BlobData sent to the server will be AES encrypted using 256-bit keys. If GetBlob is called and this property contains a non-empty string, the returned data will be AES decrypted.

The control does not control determining which blobs have and have not been encrypted.

Note, the default keys and initialization vector used are generated based on the PKCS5 Password specification. However if a different scheme is needed, EncryptionKey and EncryptionIV can be set to the desired values.

This property is not available at design time.

Data Type

String

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