AccessControlEntry Class
Class for encapsulating the allowed and denied permissions for a given IdentityDescriptor.
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public Class AccessControlEntry
public class AccessControlEntry
public ref class AccessControlEntry
type AccessControlEntry = class end
public class AccessControlEntry
The AccessControlEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AccessControlEntry() | ||
AccessControlEntry(IdentityDescriptor, Int32, Int32) | Creates an AccessControlEntry based on the supplied information. |
Top
Properties
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 |
Top
Methods
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.) |
Top
Fields
Name | Description | |
---|---|---|
m_extendedInfo |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.