PermissionState

PermissionStateECMA 1.0, serializable

System.Security.Permissions (mscorlib.dll)enum
public enum PermissionState {    None = 0,Unrestricted = 1 }

This enumeration is used when instantiating code-access permission classes that implement the IUnrestrictedPermission interface. A code-access permission object created by passing the Unrestricted value to its constructor represents unrestricted access to the resources and actions controlled by the permission. A permission object created using the None value represents no access.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) PermissionState

Passed To

Multiple types



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net