SecurityChangedNotification Constructor (Guid, String, IdentityDescriptor, Int32)

Constructor for creating a SecurityChangeNotification for the RemoveExplicitPermissions call.

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

Syntax

'Declaration
Public Sub New ( _
    namespaceId As Guid, _
    token As String, _
    descriptor As IdentityDescriptor, _
    permissionsToRemove As Integer _
)
public SecurityChangedNotification(
    Guid namespaceId,
    string token,
    IdentityDescriptor descriptor,
    int permissionsToRemove
)
public:
SecurityChangedNotification(
    Guid namespaceId, 
    String^ token, 
    IdentityDescriptor^ descriptor, 
    int permissionsToRemove
)
new : 
        namespaceId:Guid * 
        token:string * 
        descriptor:IdentityDescriptor * 
        permissionsToRemove:int -> SecurityChangedNotification
public function SecurityChangedNotification(
    namespaceId : Guid, 
    token : String, 
    descriptor : IdentityDescriptor, 
    permissionsToRemove : int
)

Parameters

.NET Framework Security

See Also

Reference

SecurityChangedNotification Class

SecurityChangedNotification Overload

Microsoft.TeamFoundation.Framework.Server Namespace