Encrypting column in data table with null values

Hello All,

I have a situation where I need to encrypt only certain columns in a data table. The data table might have null values for some of these columns that are to be encrypted. How do I do this?

Thanks for your help in advance!

Hi @dla0313

How about the following?
image
image

Regards

1 Like

Hello, when I tried this, I received an error saying Option strict On disallows late binding. How do I resolve it?

Hi, your for each activity should be system.data.data column type

Regards