SecurityNamespace.QueryAccessControlList Method
Gets the AccessControlList objects that are associated with the specified token and identity descriptors.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride Function QueryAccessControlList ( _
token As String, _
descriptors As IEnumerable(Of IdentityDescriptor), _
includeExtendedInfo As Boolean _
) As AccessControlList
public abstract AccessControlList QueryAccessControlList(
string token,
IEnumerable<IdentityDescriptor> descriptors,
bool includeExtendedInfo
)
public:
virtual AccessControlList^ QueryAccessControlList(
String^ token,
IEnumerable<IdentityDescriptor^>^ descriptors,
bool includeExtendedInfo
) abstract
abstract QueryAccessControlList :
token:string *
descriptors:IEnumerable<IdentityDescriptor> *
includeExtendedInfo:bool -> AccessControlList
public abstract function QueryAccessControlList(
token : String,
descriptors : IEnumerable<IdentityDescriptor>,
includeExtendedInfo : boolean
) : AccessControlList
Parameters
token
Type: System.StringThe token for the AccessControlList for which to query permissions.
descriptors
Type: System.Collections.Generic.IEnumerable<IdentityDescriptor>The identity descriptors for which to query access control.
includeExtendedInfo
Type: System.BooleanTrue to include extended information. False to exclude extended information.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.AccessControlList
AccessControlList objects that are associated with the specified token and identity descriptors.
.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.