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!

SerializationPermission

SerializationPermission offers the ability to get and set any nontransient data members of serializable types. This permission allows code to discover and alter the private state of an instance.

If code has the SerializationPermission, it can access all the nontransient fields of any instance of a serializable type it gets a hold of regardless of its accessiblity. For example, to get the private instance field f of a type t all the following must be true: