AccessControlList Constructor (String, Boolean, Dictionary<IdentityDescriptor, AccessControlEntry>, Boolean)

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

.NET Framework Security

See Also

Reference

AccessControlList Class

AccessControlList Overload

Microsoft.VisualStudio.Services.Security Namespace