IAuthorizationService Members
Include Protected Members
Include Inherited Members
Defines the authorization service for Team Foundation Server.
The IAuthorizationService type exposes the following members.
Methods
Name
Description
Adds an ACE to an object's ACL.
Checks for permission to execute actions on objects
GetChangedAccessControlEntries
Returns all changes to ACEs in the security service following a specified sequence ID.
Returns the name of the class to which the object belongs.
Overloaded.
Returns natural-language action names for a set of actions for a class.
Lists the actions defined for a specified class.
Returns the IDs of all defined object classes on a Team Foundation Server.
Reads an ACE from the ACL on a securable object.
Reads the ACLs on a securable object.
Registers a securable object in the authorization repository.
Removes an ACE from an object's ACL.
Replaces an existing ACE on an object with the supplied one.
Sets up an inheritance relationship between an object and a parent object.
Removes authorization repository entries for the specified object
Top