This documentation is archived and is not being maintained.

AccessControlListDetails Class

Exists for web service serialization and for reading ACLs out of the database.

While you could do this on the AccessControlList class itself, this enables us to hide any properties that should not actually be a part of the public server OM.

System::Object
  Microsoft.TeamFoundation.Framework.Server::AccessControlList
    Microsoft.TeamFoundation.Framework.Server::AccessControlListDetails

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[ClassVisibilityAttribute(ClientVisibility::Internal)]
[CallOnDeserializationAttribute(L"InitializeFromWebService")]
public ref class AccessControlListDetails : public AccessControlList

The AccessControlListDetails type exposes the following members.

  NameDescription
Public methodAccessControlListDetailsDefault constructor for ASP.NET Deserialization. It is very important that we pass null and false in for the default values because that is what they will come up as from the client if they are not set.
Top

  NameDescription
Public propertyAccessControlEntriesReturns a copy of the list of permissions for users of this token. (Inherited from AccessControlList.)
Public propertyEntriesThe permissions set on within this access control list.
Public propertyIncludeExtendedInfoTrue if this ACL holds ACEs that have extended information.
Public propertyInheritPermissionsTrue if the given token inherits permissions from parents. (Inherited from AccessControlList.)
Public propertyTokenThe token that this AccessControlList is for. (Inherited from AccessControlList.)
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodQueryAccessControlEntriesReturns the AccessControlEntries for the descriptors provided. (Inherited from AccessControlList.)
Public methodQueryAccessControlEntryReturns the AccessControlEntry for the descriptor provided. If no AccessControlEntry exists for the provided descriptor in this AccessControlList then an empty AccessControlEntry will be returned. (Inherited from AccessControlList.)
Public methodRemoveAccessControlEntryRemoves the AccessControlEntry from this AccessControlList that applies to the given descriptor. (Inherited from AccessControlList.)
Public methodRemovePermissionsRemoves the specified permission bits from the existing allows and denys for this descriptor. If the descriptor is not found, nothing is done and an empty AccessControlEntry is returned. (Inherited from AccessControlList.)
Public methodSetAccessControlEntriesSets the provided AccessControlEntry in this AccessControlList. (Inherited from AccessControlList.)
Public methodSetAccessControlEntrySets the provided AccessControlEntry in this AccessControlList. (Inherited from AccessControlList.)
Public methodSetPermissionsSets a permission for the descriptor on this AccessControlList. (Inherited from AccessControlList.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: