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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。