SecurityHttpClient.QueryAccessControlListsAsync Method
Namespace: Microsoft.VisualStudio.Services.Security.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function QueryAccessControlListsAsync ( _
securityNamespaceId As Guid, _
token As String, _
descriptors As IEnumerable(Of IdentityDescriptor), _
includeExtendedInfo As Boolean, _
recurse As Boolean, _
userState As Object _
) As Task(Of IEnumerable(Of AccessControlList))
public Task<IEnumerable<AccessControlList>> QueryAccessControlListsAsync(
Guid securityNamespaceId,
string token,
IEnumerable<IdentityDescriptor> descriptors,
bool includeExtendedInfo,
bool recurse,
Object userState
)
public:
Task<IEnumerable<AccessControlList^>^>^ QueryAccessControlListsAsync(
Guid securityNamespaceId,
String^ token,
IEnumerable<IdentityDescriptor^>^ descriptors,
bool includeExtendedInfo,
bool recurse,
Object^ userState
)
member QueryAccessControlListsAsync :
securityNamespaceId:Guid *
token:string *
descriptors:IEnumerable<IdentityDescriptor> *
includeExtendedInfo:bool *
recurse:bool *
userState:Object -> Task<IEnumerable<AccessControlList>>
public function QueryAccessControlListsAsync(
securityNamespaceId : Guid,
token : String,
descriptors : IEnumerable<IdentityDescriptor>,
includeExtendedInfo : boolean,
recurse : boolean,
userState : Object
) : Task<IEnumerable<AccessControlList>>
Parameters
- securityNamespaceId
Type: System.Guid
- token
Type: System.String
- descriptors
Type: System.Collections.Generic.IEnumerable<IdentityDescriptor>
- includeExtendedInfo
Type: System.Boolean
- recurse
Type: System.Boolean
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<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.