This documentation is archived and is not being maintained.
SecurityChangeType Enumeration
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
| Member name | Description | |
|---|---|---|
| RemoveAccessControlEntries | This is the change type when RemoveAccessControlEntries is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: Token RemoveACEDescriptors | |
| RemoveAccessControlLists | This is the change type when RemoveAccessControlLists is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: Tokens Recurse | |
| RemoveExplicitPermissions | This is the change type when RemovePermissions is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: Token Descriptor ExplicitPermissionsToRemove | |
| RenameToken | This is the change type when RenameToken is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: RenameTokenSource RenameTokenDestination RenameWillCopy | |
| RenameTokens | This is the change type when RenameTokens is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: RenameTokens | |
| SetAccessControlEntries | This is the change type when SetAccessControlEntries is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: Token Permissions Merge | |
| SetAccessControlLists | This is the change type when SetAccessControlLists is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: AccessControlLists | |
| SetInheritFlag | This is the change type when SetInheritFlag is called on a security namespace. When this is the change type the following properties in the SecurityChangedNotification will be: Token InheritPermissions |
Show: