This documentation is archived and is not being maintained.
AccessControlEntry Class
Visual Studio 2013
Class for encapsulating the allowed and denied permissions for a given IdentityDescriptor.
System::Object
Microsoft.TeamFoundation.Framework.Server::AccessControlEntry
Microsoft.TeamFoundation.Framework.Server::AccessControlEntryDetails
Microsoft.TeamFoundation.Framework.Server::AccessControlEntry
Microsoft.TeamFoundation.Framework.Server::AccessControlEntryDetails
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The AccessControlEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AccessControlEntry() | |
![]() | AccessControlEntry(IdentityDescriptor, Int32, Int32) | Creates an AccessControlEntry based on the supplied information. |
| Name | Description | |
|---|---|---|
![]() | Allow | The set of permission bits that represent the actions that the associated descriptor can perform. |
![]() | Deny | The set of permission bits that represent the actions that the associated descriptor is not able to perform. |
![]() | Descriptor | The descriptor for the user this AccessControlEntry applies to. |
![]() | ExtendedInfo | This value, when set, reports the inherited and effective information for the associated descriptor. This value is only set on AccessControlEntries returned by the QueryAccessControlList call when its includeExtendedInfo parameter is set to true. |
![]() | IsEmpty | Returns true if there are no permissions set on this AccessControlEntry |
| Name | Description | |
|---|---|---|
![]() | Clone | Clones the access control entry. |
![]() | 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:
