AccessControlList, constructeur (String, Boolean, IEnumerable<AccessControlEntry>)
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
- token
Type : System.String
- inherit
Type : System.Boolean
- accessControlEntries
Type : System.Collections.Generic.IEnumerable<AccessControlEntry>
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.