AuthorizationService.ReplaceAccessControlList-Methode
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub ReplaceAccessControlList ( _
objectId As String, _
acl As AccessControlEntry() _
)
[WebMethodAttribute]
public void ReplaceAccessControlList(
string objectId,
AccessControlEntry[] acl
)
Parameter
- objectId
Typ: System.String
- acl
Typ: array<Microsoft.TeamFoundation.Integration.Server.AccessControlEntry[]
.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.