A
Ashish
I want to make all the members of a class xml safe, i.e i dont want xml
injection to be possible in all the properties, which are of type string
for this one way is to check for injected values in get and set properties,
however If i want to declare an interface , so that any class which
implements that interface , would be considered safe from xml injection,
would it be possible
can i somehow use reflection for this ?
any thoughts would be appreciated
TIA
-ashish
injection to be possible in all the properties, which are of type string
for this one way is to check for injected values in get and set properties,
however If i want to declare an interface , so that any class which
implements that interface , would be considered safe from xml injection,
would it be possible
can i somehow use reflection for this ?
any thoughts would be appreciated
TIA
-ashish