The HtmlDocument class has the following attribute:
[PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")]
public sealed class HtmlDocument
Why? Can I override this somehow? Or would i need to reflect the source and recompile?
The HtmlDocument class has the following attribute:
[PermissionSet(SecurityAction.LinkDemand, Name="FullTrust")]
public sealed class HtmlDocument
Why? Can I override this somehow? Or would i need to reflect the source and recompile?
HtmlDocument is a wrapper for IE. IE allows ActiveX and god knows what else and so is therefore (especially) insecure.