AccessControlList, constructeur (String, Boolean, Dictionary<IdentityDescriptor, AccessControlEntry>, Boolean)
Espace de noms : Microsoft.VisualStudio.Services.Security
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
Public Sub New ( _
token As String, _
inherit As Boolean, _
acesDictionary As Dictionary(Of IdentityDescriptor, AccessControlEntry), _
includeExtendedInfo As Boolean _
)
public AccessControlList(
string token,
bool inherit,
Dictionary<IdentityDescriptor, AccessControlEntry> acesDictionary,
bool includeExtendedInfo
)
Paramètres
- token
Type : System.String
- inherit
Type : System.Boolean
- acesDictionary
Type : System.Collections.Generic.Dictionary<IdentityDescriptor, AccessControlEntry>
- includeExtendedInfo
Type : System.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.