SecurityService.QueryAccessControlLists Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public MustOverride Function QueryAccessControlLists ( _
requestContext As TeamFoundationRequestContext, _
securityNamespaceId As Guid, _
token As String, _
descriptors As IEnumerable(Of IdentityDescriptor), _
includeExtendedInfo As Boolean, _
recurse As Boolean _
) As IEnumerable(Of AccessControlList)
public abstract IEnumerable<AccessControlList> QueryAccessControlLists(
TeamFoundationRequestContext requestContext,
Guid securityNamespaceId,
string token,
IEnumerable<IdentityDescriptor> descriptors,
bool includeExtendedInfo,
bool recurse
)
public:
virtual IEnumerable<AccessControlList^>^ QueryAccessControlLists(
TeamFoundationRequestContext^ requestContext,
Guid securityNamespaceId,
String^ token,
IEnumerable<IdentityDescriptor^>^ descriptors,
bool includeExtendedInfo,
bool recurse
) abstract
abstract QueryAccessControlLists :
requestContext:TeamFoundationRequestContext *
securityNamespaceId:Guid *
token:string *
descriptors:IEnumerable<IdentityDescriptor> *
includeExtendedInfo:bool *
recurse:bool -> IEnumerable<AccessControlList>
public abstract function QueryAccessControlLists(
requestContext : TeamFoundationRequestContext,
securityNamespaceId : Guid,
token : String,
descriptors : IEnumerable<IdentityDescriptor>,
includeExtendedInfo : boolean,
recurse : boolean
) : IEnumerable<AccessControlList>
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- securityNamespaceId
Type: System.Guid
- token
Type: System.String
- descriptors
Type: System.Collections.Generic.IEnumerable<IdentityDescriptor>
- includeExtendedInfo
Type: System.Boolean
- recurse
Type: System.Boolean
Return Value
Type: System.Collections.Generic.IEnumerable<AccessControlList>
.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.