SecurityWebService.RemoveAccessControlEntries Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function RemoveAccessControlEntries ( _
namespaceId As Guid, _
token As String, _
identities As List(Of IdentityDescriptor) _
) As Boolean
[WebMethodAttribute]
public bool RemoveAccessControlEntries(
Guid namespaceId,
string token,
List<IdentityDescriptor> identities
)
[WebMethodAttribute]
public:
bool RemoveAccessControlEntries(
Guid namespaceId,
String^ token,
List<IdentityDescriptor^>^ identities
)
[<WebMethodAttribute>]
member RemoveAccessControlEntries :
namespaceId:Guid *
token:string *
identities:List<IdentityDescriptor> -> bool
public function RemoveAccessControlEntries(
namespaceId : Guid,
token : String,
identities : List<IdentityDescriptor>
) : boolean
Parameters
- namespaceId
Type: System.Guid
- token
Type: System.String
- identities
Type: System.Collections.Generic.List<IdentityDescriptor>
Return Value
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
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace