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!

Security

Reflection provides the means to discover, bind to, and invoke members at run time. The different levels of trust control which members code is allowed to discover, bind to, and invoke. Allowing access to private information on a type potentially exposes information and access to code and data to untrusted users. This document describes the security that is built into the Reflection services and how it is used. Access to information through reflection is controlled at three levels:

The following topics describe each of the above in greater detail: