Partager via


SecurityHttpClient.RemoveAccessControlEntriesAsync, méthode

Espace de noms :  Microsoft.VisualStudio.Services.Security.Client
Assembly :  Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Valeur de retour

Type : System.Threading.Tasks.Task<Boolean>

Sécurité .NET Framework

Voir aussi

Référence

SecurityHttpClient Classe

Microsoft.VisualStudio.Services.Security.Client, espace de noms