Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<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; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Dictionary<IdentityDescriptor^, AccessControlEntry^>^ AcesDictionary {
Dictionary<IdentityDescriptor^, AccessControlEntry^>^ get ();
void set (Dictionary<IdentityDescriptor^, AccessControlEntry^>^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member AcesDictionary : Dictionary<IdentityDescriptor, AccessControlEntry> with get, set
function get AcesDictionary () : Dictionary<IdentityDescriptor, AccessControlEntry>
function set AcesDictionary (value : Dictionary<IdentityDescriptor, AccessControlEntry>)
Property Value
Type: System.Collections.Generic.Dictionary<IdentityDescriptor, AccessControlEntry>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.