Compartilhar via


Propriedade AccessControlList.AcesDictionary

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
<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; }

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<IdentityDescriptor, AccessControlEntry>

Segurança do .NET Framework

Consulte também

Referência

AccessControlList Classe

Namespace Microsoft.VisualStudio.Services.Security