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
Post a Comment