Evidence for Assembly.LoadFrom
-
Can someone help me understand the Evidence objects as they pertain to Assembly.LoadFrom. I'd like to be able to load Assemblies from a file share or mapped drive, but have security issues. I'm not sure how to use the Evidence to do this or if I can really, but before I go flinging code I'd like some knowledge.
-
Can someone help me understand the Evidence objects as they pertain to Assembly.LoadFrom. I'd like to be able to load Assemblies from a file share or mapped drive, but have security issues. I'm not sure how to use the Evidence to do this or if I can really, but before I go flinging code I'd like some knowledge.
:confused: ya so apparently it is working... I'd still like to understand how it works and how to use it because it does not work with file shares (ie file://\\server\assemblies\asdf.dll). Tanka