MessageQueuePermission Class Members
The following tables list the members exposed by MessageQueuePermission.
Public Constructors
Name | Description | |
---|---|---|
![]() | MessageQueuePermission Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | PermissionEntries | Gets the collection of permission entries for this permissions request. |
Public Methods
Name | Description | |
---|---|---|
![]() | Assert | (Inherited from System.Security.CodeAccessPermission) |
![]() | Copy | Overridden. When implemented by a derived class, creates and returns an identical copy of the current permission object. |
![]() | Demand | (Inherited from System.Security.CodeAccessPermission) |
![]() | Deny | (Inherited from System.Security.CodeAccessPermission) |
![]() | Equals | (Inherited from System.Security.CodeAccessPermission) |
![]() | FromXml | Overridden. When overridden in a derived class, reconstructs a security object with a specified state from an XML encoding. |
![]() | GetHashCode | (Inherited from System.Security.CodeAccessPermission) |
![]() | Intersect | Overridden. When implemented by a derived class, creates and returns a permission that is the intersection of the current permission and the specified permission. |
![]() | IsSubsetOf | Overridden. When implemented by a derived class, determines whether the current permission is a subset of the specified permission. |
![]() | IsUnrestricted | Returns a value that indicates whether the permission can be represented as unrestricted without any knowledge of the permission semantics. |
![]() | PermitOnly | (Inherited from System.Security.CodeAccessPermission) |
![]() | ToString | (Inherited from System.Security.CodeAccessPermission) |
![]() | ToXml | Overridden. When overridden in a derived class, creates an XML encoding of the security object and its current state. |
![]() | Union | Overridden. When overridden in a derived class, creates a permission that is the union of the current permission and the specified permission. |
See Also