Поделиться через


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 - пространство имен