SecurityUtility.MergePermissions 方法
命名空间: Microsoft.TeamFoundation.Framework.Common
程序集: Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)
语法
声明
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
)
参数
- existingAllow
类型:System.Int32
- existingDeny
类型:System.Int32
- newAllow
类型:System.Int32
- newDeny
类型:System.Int32
- remove
类型:System.Int32
- updatedAllow
类型:System.Int32%
- updatedDeny
类型:System.Int32%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。