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


SecurityUtility.MergePermissions - метод

Пространство имен:  Microsoft.TeamFoundation.Framework.Common
Сборка:  Microsoft.TeamFoundation.Common (в Microsoft.TeamFoundation.Common.dll)

Синтаксис

'Декларация
Public Shared Sub MergePermissions ( _
    existingAllow As Integer, _
    existingDeny As Integer, _
    newAllow As Integer, _
    newDeny As Integer, _
    remove As Integer, _
    <OutAttribute> ByRef updatedAllow As Integer, _
    <OutAttribute> ByRef updatedDeny As Integer _
)
public static void MergePermissions(
    int existingAllow,
    int existingDeny,
    int newAllow,
    int newDeny,
    int remove,
    out int updatedAllow,
    out int updatedDeny
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

SecurityUtility Класс

Microsoft.TeamFoundation.Framework.Common - пространство имен