DataProtectionPermission::IsUnrestricted Method ()
.NET Framework (current version)
Returns a value indicating whether the current permission is unrestricted.
Assembly: System.Security (in System.Security.dll)
An unrestricted permission represents access to all resources protected by the permission.
The following code example shows the use of the IsUnrestricted method. This code example is part of a larger example provided for the DataProtectionPermission class.
.NET Framework
Available since 2.0
Available since 2.0
Show: