AxSessionPermission Methods
The AxSessionPermission type exposes the following members.
| Name | Description | |
|---|---|---|
| Assert | (Inherited from CodeAccessPermission.) |
| Copy | Creates an identical copy of the current permission. (Overrides CodeAccessPermission.Copy().) |
| Demand | (Inherited from CodeAccessPermission.) |
| Deny | (Inherited from CodeAccessPermission.) |
| Equals | (Inherited from CodeAccessPermission.) |
| Finalize | (Inherited from Object.) |
| FromXml | Reconstructs an Axapta session permission in a specified state from an XML encoding. (Overrides CodeAccessPermission.FromXml(SecurityElement).) |
| GetHashCode | (Inherited from CodeAccessPermission.) |
| GetType | (Inherited from Object.) |
| Intersect | Creates a permission that is the intersection of the current permission and the specified permission. (Overrides CodeAccessPermission.Intersect(IPermission).) |
| IsSubsetOf | Determines whether the current permission is a subset of the specified permission. (Overrides CodeAccessPermission.IsSubsetOf(IPermission).) |
| IsUnrestricted | Determines whether unrestricted access to the resource protected by the permission is allowed. |
| MemberwiseClone | (Inherited from Object.) |
| PermitOnly | (Inherited from CodeAccessPermission.) |
| ToString | (Inherited from CodeAccessPermission.) |
| ToXml | Creates an XML encoding of the permission object and captures its current state. (Overrides CodeAccessPermission.ToXml().) |
| Union | Creates a permission that is the union of the current permission and the specified permission. (Overrides CodeAccessPermission.Union(IPermission).) |
Community Additions
ADD
Show: