code-access-security
Dynamic Code Generation and security
I encounter a problem with the JSON.Net serialization library and I wanted opinion of people more expert than me in CAS and AppDomain management.[详细]
2023-04-08 02:20 分类:问答Disable Type in code running on the SQLCLR
Recently I\'ve managed to get the Razor parser working under .NET 3.5 and hosted by SQL Server 2008. At the moment, it\'s really just an experiment to see what is feasible.This is working, including d[详细]
2023-04-05 20:57 分类:问答.NET 4.0 - setting access permissions to file system for dll functions
In my application, users can dynamically load their dll files and run functions from the dll. I want to prevent their code from accessing the fil开发者_开发技巧e system (read/write to local files).[详细]
2023-04-04 23:57 分类:问答.Net Redirecting requested assemblies to different version
I have an assembly that is version 1.0.0.0 and a new version that is 2.0.0.0.Both are installed in my GAC.[详细]
2023-04-04 19:10 分类:问答WCF declarative security using CodeAccessSecurity
I\'m planning to use custom permission-based declarative authorization mechanism based on CodeAccessSecurity. In order to implement it I\'ve created following subclass derived from CodeAccessSecurityA[详细]
2023-04-02 16:15 分类:问答Debugging TrustNotGrantedException in VSTO word addin
I\'m getting TrustNotGrantedException thrown for some specific users of our VSTO word addin. These users have the certificate installed correctly.[详细]
2023-03-30 18:21 分类:问答Can can I prevent someone from seeing my JavaScripts? [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to prevent your JavaScript code from being stolen, copied, and viewed?[详细]
2023-03-29 19:26 分类:问答CodeAccessSecurityEngine exception
Two of my users (out of several thousand) have run into a weird exception when my app starts. I haven\'t been able to find any useful information about it via Google, MSDN or Reflector.[详细]
2023-03-27 07:24 分类:问答Code theft prevention - Chaperon or anything similar
Has anyone heard of Chaperon?is it effective in preventing code theft? Now i understand that there can be many ways if someone was to steal code and there is nothing that could be completely foolproo[详细]
2023-03-24 19:06 分类:问答.NET Security Exception on a Network Share
We deploy our .NET applications by putting them on the LAN, and allowing users to run from there.We are part of a very large organization and do not have have admin rights to the individual computers,[详细]
2023-03-23 07:47 分类:问答