Top "Code-access-security" questions

Code-access security is security specific to limiting access to or protecting source code, through the use of processes such as encryption, obfuscation, and more.

Where is the .Net Configuration Tool (mscorcfg.msc) in Windows 7?

I am having trouble running a website on my new Windows 7 machine, and I think the issue is solved by …

.net windows-7 code-access-security
Attempt by security transparent method X to access security critical method Y failed

I have a fairly stable server application version that's been deployed for nearly a year at dozens of customers. One …

security .net-4.0 cas code-access-security
"dynamic operations can only be performed in homogenous appdomain" error while launching PowerShell

I have a powershell script that I am trying to execute from WCF REST service.I am using the System.…

powershell automation code-access-security
Disabling certificate revocation checking for an application on Windows

I have a .NET 3.5 desktop application that had been showing periodic slow downs in functionality whenever the test machine it …

c# nhibernate certificate code-access-security certificate-revocation
How can I secure my plugin so only paying users can use it?

I'm developing some (wordpress) plugins and I'm planning to have a license fee for whoever want's to use it. Therefor …

php wordpress code-access-security api-key
loadFromRemoteSources error using Assembly.LoadFrom

I have the below code in a .Net 4 Winforms app which loads an assembly. All files are on a C:. …

.net vb.net .net-4.0 code-access-security
CLR Strict Security on SQL Server 2017

MSDN on this article says: CLR uses Code Access Security (CAS) in the .NET Framework, which is no longer supported …

.net sql-server sqlclr sql-server-2017 code-access-security
c# dll encryption

I need to encrypt my C# code used by by ASP.NET pages. So, when I compile to create an …

dll encryption code-access-security dllexport code-security
SecurityException: Request for the permission of type AspNetHostingPermission failed

Setting up a new developing workstation, when I run the ASP.NET (MVC) application from Visual Studio 2008 I get a …

asp.net asp.net-mvc code-access-security securityexception trust
How can I use the system.net section of my app.config in a partial trust environment?

I've a WCF application deployed using clickonce. It connects to my server using https, and everything works fine I use …

.net wcf proxy code-access-security partial-trust