This documentation is archived and is not being maintained.

AceExtendedInformation Class

Holds the inherited and effective permission information for a given AccessControlEntry.

System::Object
  Microsoft.TeamFoundation.Framework.Server::AceExtendedInformation

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

public ref class AceExtendedInformation

The AceExtendedInformation type exposes the following members.

  NameDescription
Public methodAceExtendedInformation()
Public methodAceExtendedInformation(Int32, Int32, Int32, Int32)Creates a new AceExtendedInformation object that uses the specified information.
Top

  NameDescription
Public propertyEffectiveAllowThis 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.
Public propertyEffectiveDenyThis 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.
Public propertyInheritedAllowThese 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.
Public propertyInheritedDenyThese 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.
Top

  NameDescription
Public methodCloneClones the existing object.
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 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: