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
- securityNamespaceId
Type : System.Guid
- token
Type : System.String
- descriptors
Type : System.Collections.Generic.IEnumerable<IdentityDescriptor>
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<Boolean>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Services.Security.Client, espace de noms