SecurityChangeType Enumeration

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

Syntax

'Declaration
Public Enumeration SecurityChangeType
public enum SecurityChangeType
public enum class SecurityChangeType
type SecurityChangeType
public enum SecurityChangeType

Members

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

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace