How, in Silverlight, can one keep the contents of a user control completely private? -


i'm creating user control contain credit card information provided user. control collects account number, expiration, , ccv.

i want output control single property representing encrypted string.

i have property, , i've made control's private , set binding in way doesn't use public properties. working. want somehow disable visual tree searching , findname method being able excise credit card information control.

i aware seems overzealous, can there way this?

you try not storing information in control. how processing backgroundworker or else isn't seen visualtree? communicate control using encrypted string only.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -