Crypto.vb(cs) is removed

Crypto.vb(cs) is moved from Data Access Layer to BaseClasses project to support Web Service.

Migration effects

During migration, Crypto.vb(cs) will be removed.

What you should do

Crypto class is moved from Data Access Layer/Shared folder to Baseclasses/Utils. If you have done any customization or plan to make any changes then you must create a new class in your application which should inherit from “BaseClasses.Utils.Crypto”.  You can place this class anywhere in the Data Access Layer or put it in a new vb or cs code file if necessary.   In the inherit class, you can override the Encrypt and Decrypt methods and initialize a constructor to use different algorithm providers. 

See Also

Version 11.0.0 Application Migration