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

EncryptionPassword Property

The password to use when encrypting/decrypting a blob.

Syntax

[VB.NET]
Public Property EncryptionPassword As String

[C#]
public string EncryptionPassword {get; set;}

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 component 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.

Default Value

""

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