This documentation is archived and is not being maintained.
AceExtendedInformation Class
Visual Studio 2013
Holds the inherited and effective permission information for a given AccessControlEntry.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The AceExtendedInformation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AceExtendedInformation() | |
![]() | AceExtendedInformation(Int32, Int32, Int32, Int32) | Creates a new AceExtendedInformation object that uses the specified information. |
| Name | Description | |
|---|---|---|
![]() | EffectiveAllow | This is the combination of all of the explicit and inherited permissions for this identity on this token. These permissions are used to determine if a given user is allowed to perform an action. |
![]() | EffectiveDeny | This is the combination of all of the explicit and inherited permissions for this identity on this token. These are the permissions to determine if a given user is allowed to perform an action. |
![]() | InheritedAllow | These are the permissions that are inherited for this identity on this token. If the token does not inherit permissions, this will be 0. Note that any permissions that have been explicitly set on this token for this identity, or any groups that this identity is a part of, are not included here. |
![]() | InheritedDeny | These are the permissions that are inherited for this identity on this token. If the token does not inherit permissions, this will be 0. Note that any permissions that have been explicitly set on this token for this identity, or any groups that this identity is a part of, are not included here. |
| Name | Description | |
|---|---|---|
![]() | Clone | Clones the existing object. |
![]() | Equals | 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 | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
