Costruttore SecurityChangedNotification (Guid, String, List<IdentityDescriptor>)
Costruttore per creare un SecurityChangeNotification per la chiamata di RemovePermissions.
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
namespaceId As Guid, _
token As String, _
identities As List(Of IdentityDescriptor) _
)
public SecurityChangedNotification(
Guid namespaceId,
string token,
List<IdentityDescriptor> identities
)
Parametri
- namespaceId
Tipo: System.Guid
- token
Tipo: System.String
- identities
Tipo: System.Collections.Generic.List<IdentityDescriptor>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
SecurityChangedNotification Classe