Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
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
)
public:
AccessControlList(
    String^ token, 
    bool inherit, 
    Dictionary<IdentityDescriptor^, AccessControlEntry^>^ acesDictionary, 
    bool includeExtendedInfo
)
new : 
        token:string * 
        inherit:bool * 
        acesDictionary:Dictionary<IdentityDescriptor, AccessControlEntry> * 
        includeExtendedInfo:bool -> AccessControlList
public function AccessControlList(
    token : String, 
    inherit : boolean, 
    acesDictionary : Dictionary<IdentityDescriptor, AccessControlEntry>, 
    includeExtendedInfo : boolean
)
Parameters
- token
 Type: System.String
- inherit
 Type: System.Boolean
- acesDictionary
 Type: System.Collections.Generic.Dictionary<IdentityDescriptor, AccessControlEntry>
- includeExtendedInfo
 Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.