AccessControlList 构造函数 (String, Boolean, Dictionary<IdentityDescriptor, AccessControlEntry>, Boolean)

命名空间:  Microsoft.VisualStudio.Services.Security
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

声明
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
)

参数

.NET Framework 安全性

请参阅

参考

AccessControlList 类

AccessControlList 重载

Microsoft.VisualStudio.Services.Security 命名空间