|
ActiveX security
Creating an ActiveX control for MCE (in c#), I've implemented the IObjectSafety interface to remove the "this is not safe" warning popup message. My concern is that if someone was to try and access this control from the Net they could do some nasty things like change the registry or read and write ini files. Is there some way I can check to see if the host is running from the Internet and fail to work if it is? Any other security measures I can take to make my control more secure?
|