Constructor for creating a SecurityChangeNotification for the RemovePermissions 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, _
    identities As List(Of IdentityDescriptor) _
)
public SecurityChangedNotification(
    Guid namespaceId,
    string token,
    List<IdentityDescriptor> identities
)
public:
SecurityChangedNotification(
    Guid namespaceId, 
    String^ token, 
    List<IdentityDescriptor^>^ identities
)
new : 
        namespaceId:Guid * 
        token:string * 
        identities:List<IdentityDescriptor> -> SecurityChangedNotification
public function SecurityChangedNotification(
    namespaceId : Guid, 
    token : String, 
    identities : List<IdentityDescriptor>
)
Parameters
- namespaceId
 Type: System.Guid
- token
 Type: System.String
- identities
 Type: System.Collections.Generic.List<IdentityDescriptor>
.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