code-access-security
MethodAccessException
I have an unmanaged assebmly (encryption functionality) that a VB.NET (2.0) installer class uses for some installation diagnostics开发者_如何学Go on the application server during the application insta[详细]
2023-02-17 03:39 分类:问答Call protected generic method via .NET reflection within derived class
recently I was trying to do something like this in WP7 app I have class abstract class A { //this method has an implementation[详细]
2023-02-15 19:08 分类:问答How can I limit access to an assembly?
How can I limit the loading and execution of my libraries based on a defined precondition? For example, if I distribute to a client an application that uses an external library, how can I ensure the e[详细]
2023-02-13 15:15 分类:问答GIT support for branch based user authorization - Best Practices or Tools?
For a product based GIT repository, wherein there are branches for maintenance, testing as well as future development, how do I control user access to these branches. By access, I mean that even thoug[详细]
2023-02-13 14:12 分类:问答c# dll encryption
I need to encrypt my C# code used by by ASP.NET pages. So, when I compile to create an DLL file I do need to encrypt开发者_运维技巧 my DLL file. Please do help me how to encrypt DLL file...One thing y[详细]
2023-02-13 03:23 分类:问答how to manage an asymmetric key inside a key container for an enterprise software?
hello i have an educational software that should be installed on different PCs across the enterprise. my program is using a 5000 text, xml, html files as source of it\'s content. i don\'t want my sour[详细]
2023-02-12 18:30 分类:问答How to lock down a distributed DLL?
I have a shared .Net DLL that is used by a few applications and a publicly usable API. I plan to distribute the API DLL, but because of the link have to distribute the shared dll also.[详细]
2023-02-11 02:24 分类:问答C# Problem Running WPF
Having some problems in my WPF application using Visual Studio 2010, building in C#. The error coming up at the moment is:[详细]
2023-02-11 00:53 分类:问答Seeking alternative to AppDomain.CreateDomain(string, evidence) due to obsolete CAS policy
I am working through the Microsoft .Net Framework--Application Development Foundation Training Kit book Chapter 8 Lesson 2: Configuring Application Domains[详细]
2023-02-07 08:56 分类:问答Problem using C# iterator methods with code access security
I have a simple method that uses an iterator block to return an IEnumerable<T>: IEnumerable<MyItem> GetItems()[详细]
2023-01-27 10:50 分类:问答