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 | |
---|---|---|
AceExtendedInformation() | ||
AceExtendedInformation(Int32, Int32, Int32, Int32) | Creates a new AceExtendedInformation object that uses the specified information. |
Top
Properties
Name | Description | |
---|---|---|
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. | |
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. | |
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. | |
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 | |
---|---|---|
Clone | Clones the existing object. | |
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 a hash function for a particular type. (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
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.