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!

Classes and interfaces

The basic functionality of any permission object is defined in the IPermission interface. All methods below are defined on this interface except as explicitly noted.

A code access permission is a kind of permission that may be tested on all callers via the stack walk mechanism. All standard permissions available through default policy are code access permissions, however other kinds of permissions may be defined (an example of a non-code access permission is PrincipalPermission). The CodeAccessPermission class adds stack walk functionality to IPermission.