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
- existingAllow
Tipo: System.Int32
- existingDeny
Tipo: System.Int32
- newAllow
Tipo: System.Int32
- newDeny
Tipo: System.Int32
- remove
Tipo: System.Int32
- updatedAllow
Tipo: System.Int32%
- updatedDeny
Tipo: System.Int32%
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.