SecurityUtility.MergePermissions (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

SecurityUtility Clase

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)