Partager via


AccessControlList, constructeur (String, Boolean, IEnumerable<AccessControlEntry>)

Génère une instance d'une liste de contrôle d'accès

Espace de noms :  Microsoft.TeamFoundation.Framework.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    token As String, _
    inherit As Boolean, _
    accessControlEntries As IEnumerable(Of AccessControlEntry) _
)
public AccessControlList(
    string token,
    bool inherit,
    IEnumerable<AccessControlEntry> accessControlEntries
)

Paramètres

  • inherit
    Type : System.Boolean
    True si cette ACL hérite des autorisations de ses parents.

Sécurité .NET Framework

Voir aussi

Référence

AccessControlList Classe

AccessControlList, surcharge

Microsoft.TeamFoundation.Framework.Client, espace de noms