Partager via


AccessControlList.AcesDictionary, propriété

Espace de noms :  Microsoft.VisualStudio.Services.Security
Assembly :  Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)

Syntaxe

'Déclaration
<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; }

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

AccessControlList Classe

Microsoft.VisualStudio.Services.Security, espace de noms