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
Public Sub New ( _
token As String, _
accessControlEntries As IEnumerable(Of AccessControlEntry), _
merge As Boolean _
)
public SetAccessControlEntriesInfo(
string token,
IEnumerable<AccessControlEntry> accessControlEntries,
bool merge
)
public:
SetAccessControlEntriesInfo(
String^ token,
IEnumerable<AccessControlEntry^>^ accessControlEntries,
bool merge
)
new :
token:string *
accessControlEntries:IEnumerable<AccessControlEntry> *
merge:bool -> SetAccessControlEntriesInfo
public function SetAccessControlEntriesInfo(
token : String,
accessControlEntries : IEnumerable<AccessControlEntry>,
merge : boolean
)
Parameters
- token
Type: System.String
- accessControlEntries
Type: System.Collections.Generic.IEnumerable<AccessControlEntry>
- merge
Type: System.Boolean
.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.