Home > Suggestions > Change all secure property(license key or password property) access level

Change all secure property(license key or password property) access level

Avatar image
Aug 24, 2015
Archive Agent wrote
I find There is some property, like : Encryption_LicenseKey, or Encryption_Password access level is : Public.

I think that will be more safe if change it to only set

like

Some secure property
{
public set;
internal get; // no one can get it now
}

qakmak on March 07, 2015 10:23
Completed
3
Vote
Reply
1 Answer
Aug 24, 2015
Archive Agent agent wrote
Roman Minyaylov

Good idea, done, in 9.2.2.0 and later, will be released within 2 days.

on July 05, 2015 22:12