AccessControlList.AcesDictionary 属性

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

语法

声明
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property AcesDictionary As Dictionary(Of IdentityDescriptor, AccessControlEntry)
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Dictionary<IdentityDescriptor, AccessControlEntry> AcesDictionary { get; set; }

属性值

类型:System.Collections.Generic.Dictionary<IdentityDescriptor, AccessControlEntry>

.NET Framework 安全性

请参阅

参考

AccessControlList 类

Microsoft.VisualStudio.Services.Security 命名空间