MessageQueuePermissionAttribute Class Members
The following tables list the members exposed by MessageQueuePermissionAttribute.
Public Constructors
Name | Description | |
---|---|---|
![]() | MessageQueuePermissionAttribute Constructor | Initializes a new instance of the MessageQueuePermissionAttribute class. |
Public Properties
Name | Description | |
---|---|---|
![]() | Action | (Inherited from System.Security.Permissions.SecurityAttribute) |
![]() | Category | Gets or sets the queue category. |
![]() | Label | Gets or sets the queue description. |
![]() | MachineName | Gets or sets the name of the computer where the Message Queuing queue is located. |
![]() | Path | Gets or sets the queue's path. |
![]() | PermissionAccess | Gets or sets the permission access levels used in the permissions request. |
![]() | TypeId | (Inherited from System.Attribute) |
![]() | Unrestricted | (Inherited from System.Security.Permissions.SecurityAttribute) |
Public Methods
Name | Description | |
---|---|---|
![]() | CreatePermission | Overridden. When overridden in a derived class, creates a permission object that can then be serialized into binary form and persistently stored along with the System.Security.Permissions.SecurityAction in an assembly's metadata. |
![]() | Equals | (Inherited from System.Attribute) |
![]() | GetHashCode | (Inherited from System.Attribute) |
![]() | IsDefaultAttribute | (Inherited from System.Attribute) |
![]() | Match | (Inherited from System.Attribute) |
See Also