System.Net.NetworkInformation.NetworkInformationPermission Class

Controls access to network information and traffic statistics for the local computer. This class cannot be inherited.

See Also: NetworkInformationPermission Members

Syntax

public sealed class NetworkInformationPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission

Remarks

This permission is used to secure data returned by the classes in the System.Net.NetworkInformation namespace.

For declarative security, use the System.Net.NetworkInformation.NetworkInformationPermissionAttribute class.

Requirements

Namespace: System.Net.NetworkInformation
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0