Constructor for creating a SecurityChangeNotification for the RenameToken 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, _
    existingToken As String, _
    newToken As String, _
    copy As Boolean _
)
public SecurityChangedNotification(
    Guid namespaceId,
    string existingToken,
    string newToken,
    bool copy
)
public:
SecurityChangedNotification(
    Guid namespaceId, 
    String^ existingToken, 
    String^ newToken, 
    bool copy
)
new : 
        namespaceId:Guid * 
        existingToken:string * 
        newToken:string * 
        copy:bool -> SecurityChangedNotification
public function SecurityChangedNotification(
    namespaceId : Guid, 
    existingToken : String, 
    newToken : String, 
    copy : boolean
)
Parameters
- namespaceId
 Type: System.Guid
- existingToken
 Type: System.String
- newToken
 Type: System.String
- copy
 Type: System.Boolean
.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