NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Using Code Access Security

The only thing that application and component developers must do to enable their code to benefit from code access security is to use a compiler that generates verifiably type-safe code. However, if you want to ensure that your component or application takes advantage of all the protective mechanisms that code access security offers, you should read the following topics and follow the suggestions they contain:

If you design class libraries, you need to be aware that because class libraries often access protected resources and unmanaged code, programming errors in your class library can expose security vulnerabilities. Therefore, you need to understand the details of how code access security works and be aware of your special responsibilities with respect to securing your class library. The following topics are relevant for class library developers: