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
- existingAllow
Type : System.Int32
- existingDeny
Type : System.Int32
- newAllow
Type : System.Int32
- newDeny
Type : System.Int32
- remove
Type : System.Int32
- updatedAllow
Type : System.Int32%
- updatedDeny
Type : System.Int32%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.