PnrpPermission Constructor (PermissionState)

 

Initializes a new instance of the PnrpPermission class with the supplied initial permission state.

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

public:
PnrpPermission(
	PermissionState state
)

Parameters

state
Type: System.Security.Permissions::PermissionState

One of the values in the PermissionState enumeration.

Instances of this type have two permission states: they either have no access to the resource(s) protected by the permission, or they have unrestricted full access to those resources.

If state is Unrestricted, the PnrpPermission instance passes all demands. If state contains any other value, the PnrpPermission instance fails all demands.

.NET Framework
Available since 3.5
Return to top
Show: