.Net Framework Security Question

  • Thread starter Thread starter Jm
  • Start date Start date
J

Jm

Hi All

Is it possible to somehow script security settings for the .Net Framework.
So in other words can i include into my setup program some sort of code to
alter the runtime security policy by creating a new code group and assigning
its settings to it ? Any help is greatly appreciated

Thanks
 
Take a look at the System.Security and System.Security.Policy namespaces of
mscorlib assembly to build your utility or use the command-line caspol.exe
utility of the .NET Framework (see the docs).

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 
Back
Top