trust

How do you know if a CA is trusted?

I have a client who wants their app code signed, so we pointed them to a few well known, well trusted CAs (Verisign, Thawt, etc), then they came back with InstantSSL (because it was only 180/yr as opposed to 500/yr). How do I know that InstantSSL will be trusted on a customer of this application's computer? ...

What's medium trust level ?

Could any body simply tell me what Medium Trust level is ? And what does it mean : "More and more ASP.NET hosting providers are enforcing a Medium Trust Policy on their servers.Therefore it is important to make your website work (as much as possible) in environments where medium trust is enforced." Thanks ...

.NET/Security: Limiting runtime-loaded assemblies from accessing certain APIs

In a shell application, I need to be able to load and execute other .NET assemblies at runtime, but without giving them full trust. Essentially, I want to limit them (the loaded assemblies) from touching any system resources (threading, networking, etc), with the only exception being isolated storage. However, assemblies which are from "...

Make Trusted MSI Setup Project in Visual Studio?

I have both VS2008 and VS2010 Setup projects that create .MSI files. On server 2008, I get warnings that the apps are not "trusted". How can I bake-in trust for the apps I build with Visual Studio? Thanks. ...