FullPermissionSetForwarderBase.SetPermissions-Methode
Konvertiert alle ACEs, um ACEs zu Katalogisieren und legt sie im Katalognamespace fest.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function SetPermissions ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
sourceToken As String, _
sourceAces As IEnumerable(Of AccessControlEntry), _
merge As Boolean _
) As Boolean
public virtual bool SetPermissions(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
string sourceToken,
IEnumerable<AccessControlEntry> sourceAces,
bool merge
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
Typ: Microsoft.TeamFoundation.Framework.Server.NotificationType
- sourceToken
Typ: System.String
- sourceAces
Typ: System.Collections.Generic.IEnumerable<AccessControlEntry>
- merge
Typ: System.Boolean
Rückgabewert
Typ: System.Boolean
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.