Allows security actions for System.Net.NetworkInformation.NetworkInformationPermission to be applied to code using declarative security.
See Also: NetworkInformationPermissionAttribute Members
This permission is used by classes that provide information about network connections and traffic statistics such as those in the System.Net.NetworkInformation namespace.
The security information declared by a security attribute is stored in the metadata of the attribute target and is accessed by the system at run time. Security attributes are used only for declarative security. For imperative security, use the System.Net.NetworkInformation.NetworkInformationPermission class.