ResourcePermissionBaseEntry Class
Defines the smallest unit of a code access security permission set.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | ResourcePermissionBaseEntry() | Initializes a new instance of the ResourcePermissionBaseEntry class. |
![]() | ResourcePermissionBaseEntry(Int32, String[]) | Initializes a new instance of the ResourcePermissionBaseEntry class with the specified permission access and permission access path. |
| Name | Description | |
|---|---|---|
![]() | PermissionAccess | Gets an integer representation of the access level enumeration value. |
![]() | PermissionAccessPath | Gets an array of strings that identify the resource you are protecting. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The following example inherits from the ResourcePermissionBase class. 4 kinds of constructors are implemented. The example also provides an implementation of a class called MailslotPermissionEntry. The PermissionAccessType property is then privately set to the type of MailslotPermissionEntry. The TagNames property is set privately to "Name" and "Machine".
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


