NetworkInformationPermission Constructor (PermissionState)

 

Initializes a new instance of the NetworkInformationPermission class with the specified PermissionState.

Namespace:   System.Net.NetworkInformation
Assembly:  System (in System.dll)

public:
NetworkInformationPermission(
	PermissionState state
)

Parameters

state
Type: System.Security.Permissions::PermissionState

One of the PermissionState values.

The permission created by this constructor can be used to secure access to network information.

The following example creates an unrestricted permission object.

System::Net::NetworkInformation::NetworkInformationPermission^ unrestricted = gcnew System::Net::NetworkInformation::NetworkInformationPermission( System::Security::Permissions::PermissionState::Unrestricted );

.NET Framework
Available since 2.0
Return to top
Show: