Freigeben über


SecurityUtility.MergePermissions-Methode

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SecurityUtility Klasse

Microsoft.TeamFoundation.Framework.Common-Namespace