code-access-security
C# 3.5 winforms app upgraded to C#4.0 issue because of the exclusion of CAS
I have a C# 4.0 Winform app that I just upgraded from 3.5 to 4.0.The C# 4.0 Winforms app references a C# 3.5 dll that will load a series of dlls from network paths based off of user selections and the[详细]
2023-01-16 13:19 分类:问答Block assemblies from changing IPrinicpal
My application loads a lot of different plugin assembli开发者_如何学Goes. Each plugin can add their own services into the IoC container and can also use all services provided by the main application.[详细]
2023-01-14 23:32 分类:问答Custom CodeAccessSecurityAttribute
I\'ve created the following attribute: [Serializable] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true, Inherited = true)][详细]
2023-01-13 03:27 分类:问答Unable to deploy my custom DLL to Sharepoint site
I created my custom assembly that has a simple HttpModule in it that I\'d like to use in my Sharepojnt 2010 site.[详细]
2023-01-09 22:20 分类:问答Application Reverse Engineering Protection / Hardening
I want to protect my applications from reverse engineering. What I would like to do is protect the executable from any tampering, such as with hex editors, resource editors, and dis-assembly tamperin[详细]
2023-01-05 09:38 分类:问答Enable/disable code access through license key - Application versioning
I have written a POS application, and now i want to create different versions of it. Something like a basic version, a premium version an开发者_C百科d a Full version. So if a client pays more they get[详细]
2023-01-04 10:43 分类:问答Python: Dennis Nedry - Security [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical an开发者_高级运维dcannot be reasonably answered in its current form.[详细]
2023-01-04 07:07 分类:问答Exists a replacement for the command-line-tool CASPOL.exe?
When trying to execute a .NET-App, it throws a \"PolicyException\", because \"only one group is allowed\".[详细]
2023-01-02 12:53 分类:问答fine-grained permissions; PrincipalPermission - roles seperate from permissions;
I\'ve been using PrincipalPermission for a while in wcf services. [PrincipalPermission(SecurityAction.Demand, Role = SecurityRoles.CanManageUsers)][详细]
2022-12-29 04:32 分类:问答.NET 4.0 AppDomain: obsoleted Evidence
I am a .NET student and currently we are learning about Application Domains. We were given the following example code (for .NET 3.5). As expected, it throws a SecurityException. Note: TestApp.exe is a[详细]
2022-12-28 10:51 分类:问答