Partager via


SecurityUtility.MergePermissions, méthode

Espace de noms :  Microsoft.TeamFoundation.Framework.Common
Assembly :  Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

SecurityUtility Classe

Microsoft.TeamFoundation.Framework.Common, espace de noms