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