Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- namespaceId
 Type: System.Guid
- token
 Type: System.String
- descriptor
 Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
- permissionsToRemove
 Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SecurityChangedNotification Class