E
EMonaco
All,
I've got a Classs that just declares private members and public properties
to access those members. In addition it supports functionality to serialize
an instance of the class to and from XML file.This class is then selected
into a PropertyGrid. This turns out to be a slick, convenient way to
present, update, and persist, my applications data.
Basically I've got all the TypeConvert, Editor, Description, Default, etc
attributes set to my liking, except for one. One of my private members is a
password string. Is there a straight-forward way to:
1) Have the PropertyGrid display the string property with asterisk
characters? ( **** like a normal password editbox)
2) Serialize/Deserialize the password private member in an encrypted form?
I've got a Classs that just declares private members and public properties
to access those members. In addition it supports functionality to serialize
an instance of the class to and from XML file.This class is then selected
into a PropertyGrid. This turns out to be a slick, convenient way to
present, update, and persist, my applications data.
Basically I've got all the TypeConvert, Editor, Description, Default, etc
attributes set to my liking, except for one. One of my private members is a
password string. Is there a straight-forward way to:
1) Have the PropertyGrid display the string property with asterisk
characters? ( **** like a normal password editbox)
2) Serialize/Deserialize the password private member in an encrypted form?