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!

Custom permissions

Permissions are the core upon which the runtime security infrastructure is built, in that they define what is protectable and with what granularity. And since the permissions that ship with the runtime only protect those resources that are exposed by the standard class libraries, extensibility is a key feature to enabling the system to apply to a broad range of customer scenarios.

This document describes what custom permissions are and when to use them, how to define them, and a set of programming details that must be considered in the implementation.