AceExtendedInformation Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class AceExtendedInformation
public class AceExtendedInformation
public ref class AceExtendedInformation
type AceExtendedInformation =  class end
public class AceExtendedInformation

The AceExtendedInformation type exposes the following members.

Constructors

  Name Description
Public method AceExtendedInformation()
Public method AceExtendedInformation(Int32, Int32, Int32, Int32) Creates a new AceExtendedInformation object that uses the specified information.

Top

Properties

  Name Description
Public property 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.
Public property 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.
Public property 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.
Public property 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.

Top

Methods

  Name Description
Public method Clone Clones the existing object.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace