Compartilhar via


Método SecurityUtility.MergePermissions

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (em Microsoft.TeamFoundation.Common.dll)

Sintaxe

'Declaração
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

Segurança do .NET Framework

Consulte também

Referência

SecurityUtility Classe

Namespace Microsoft.TeamFoundation.Framework.Common