PortSight Secure Access Documentation

KB-SA-0021-Having a problem with accessing the AREncryption class during compilation

 

Date:

September 1, 2004

 

Applies to:

Secure Access 2.1 and any later version

 

Summary:

I am having a problem with accessing the AREncryption class during compilation. It is inaccessible due to its protection level. How can I get rid of this error?

 

Solution:

Unfortunately the AREncryption is a private class and is inteded for internal usage only within the assembly. If you need to generate/encrypt-decrypt passwords, please use ARPasswordUtils class instead. Please let me know if it is suitable solution for you.