RelyingPartyRuleGroup.CreateRelyingPartyRuleGroup 方法
创建新的 RelyingPartyRuleGroup 对象。
命名空间: Microsoft.TeamFoundation.Framework.Server.AccessControl
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Public Shared Function CreateRelyingPartyRuleGroup ( _
ID As Long, _
relyingPartyId As Long, _
ruleGroupId As Long, _
systemReserved As Boolean _
) As RelyingPartyRuleGroup
public static RelyingPartyRuleGroup CreateRelyingPartyRuleGroup(
long ID,
long relyingPartyId,
long ruleGroupId,
bool systemReserved
)
参数
- ID
类型:System.Int64
测试 . 的初始值
- relyingPartyId
类型:System.Int64
RelyingPartyId 的初始值。
- ruleGroupId
类型:System.Int64
RuleGroupId 的初始值。
- systemReserved
类型:System.Boolean
SystemReserved 的初始值。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyRuleGroup
返回 RelyingPartyRuleGroup。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
Microsoft.TeamFoundation.Framework.Server.AccessControl 命名空间